mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix reconnection to server
This commit is contained in:
parent
864c76d258
commit
a56758f5a6
2 changed files with 12 additions and 4 deletions
|
|
@ -117,5 +117,7 @@ public class HubFactory : MediatorSubscriberBase
|
|||
await _instance.DisposeAsync().ConfigureAwait(false);
|
||||
|
||||
_instance = null;
|
||||
|
||||
Logger.LogDebug("Current HubConnection disposed");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue