fix reconnection to server
This commit is contained in:
@@ -117,5 +117,7 @@ public class HubFactory : MediatorSubscriberBase
|
||||
await _instance.DisposeAsync().ConfigureAwait(false);
|
||||
|
||||
_instance = null;
|
||||
|
||||
Logger.LogDebug("Current HubConnection disposed");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user