mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:44:14 +01:00
Single file transfers (#56)
* move to single file transfer and extraction per server download * clean up downloads --------- Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
This commit is contained in:
parent
1c66c33daa
commit
4e2df4bbc4
4 changed files with 127 additions and 78 deletions
|
|
@ -59,6 +59,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||
Mediator.Subscribe<FrameworkUpdateMessage>(this, (_) => FrameworkUpdate());
|
||||
Mediator.Subscribe<ZoneSwitchStartMessage>(this, (_) =>
|
||||
{
|
||||
_downloadCancellationTokenSource?.CancelDispose();
|
||||
MediatorUnsubscribeFromCharacterChanged();
|
||||
_charaHandler?.Invalidate();
|
||||
IsVisible = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue