Revert the download change to see if it fixes the download bars
Revert "Fix hung downloads" This reverts commit0b7381f486. Revert "Avoid missing blk file errors on early download abort" This reverts commite4e24d1831.
This commit is contained in:
@@ -295,12 +295,6 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||||||
}
|
}
|
||||||
catch (OperationCanceledException)
|
catch (OperationCanceledException)
|
||||||
{
|
{
|
||||||
if (!fi.Exists)
|
|
||||||
{
|
|
||||||
_orchestrator.ReleaseDownloadSlot();
|
|
||||||
Logger.LogDebug("{dlName}: Detected early cancellation of download", fi.Name);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Logger.LogDebug("{dlName}: Detected cancellation of download, partially extracting files for {id}", fi.Name, gameObjectHandler);
|
Logger.LogDebug("{dlName}: Detected cancellation of download, partially extracting files for {id}", fi.Name, gameObjectHandler);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Reference in New Issue
Block a user