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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user