Missed something fairly important

It kind of helps to actually use the semaphore.

Missed this when reapplying changes after whitespace.
pull/19/head
Yaakov 8 years ago
parent 1ec611cb34
commit 1e3ca8f016

@ -698,6 +698,8 @@ namespace DepotDownloader
try
{
await semaphore.WaitAsync().ConfigureAwait( false );
string fileFinalPath = Path.Combine( depot.installDir, file.FileName );
string fileStagingPath = Path.Combine( stagingDir, file.FileName );

Loading…
Cancel
Save