mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 20:44:16 +01:00
minor fixes
This commit is contained in:
parent
ce1a1187f0
commit
6bf16e1d56
2 changed files with 3 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ namespace MareSynchronos.WebAPI
|
|||
_uploadCancellationTokenSource?.Cancel();
|
||||
Logger.Info("Stopping existing connection");
|
||||
_mareHub.Closed -= MareHubOnClosed;
|
||||
_mareHub.Reconnecting += MareHubOnReconnecting;
|
||||
_mareHub.Reconnecting -= MareHubOnReconnecting;
|
||||
await _mareHub.StopAsync(token);
|
||||
await _mareHub.DisposeAsync();
|
||||
CurrentUploads.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue