mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
adjust download manager initialization and some error logging
This commit is contained in:
parent
45ddf7b977
commit
f18493d7ee
3 changed files with 9 additions and 4 deletions
|
|
@ -28,7 +28,10 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||
_downloadStatus = new Dictionary<string, FileDownloadStatus>(StringComparer.Ordinal);
|
||||
_orchestrator = orchestrator;
|
||||
_fileDbManager = fileCacheManager;
|
||||
}
|
||||
|
||||
public void Initialize()
|
||||
{
|
||||
Mediator.Subscribe<DownloadReadyMessage>(this, (msg) =>
|
||||
{
|
||||
if (_downloadReady.ContainsKey(msg.RequestId))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue