fix reconnection to server

This commit is contained in:
rootdarkarchon
2023-10-08 12:11:18 +02:00
parent 864c76d258
commit a56758f5a6
2 changed files with 12 additions and 4 deletions

View File

@@ -117,5 +117,7 @@ public class HubFactory : MediatorSubscriberBase
await _instance.DisposeAsync().ConfigureAwait(false);
_instance = null;
Logger.LogDebug("Current HubConnection disposed");
}
}