From 40fd3c94d6a5f1910af8c6ce43f80a23e1c8a993 Mon Sep 17 00:00:00 2001 From: Ryan Kistner Date: Tue, 21 Oct 2014 16:02:31 -0600 Subject: [PATCH] Don't download the same chunk forever --- DepotDownloader/ContentDownloader.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index 9b3568f4..640f0e9f 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -775,6 +775,7 @@ namespace DepotDownloader { chunkData = client.DownloadDepotChunk(depot.id, data); cdnClients.Enqueue(client); + break; } catch {