You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 1.0.2, the Manager will always try and reconnect any time that it detects the Closed event. Probably need to prevent this. Users may want to eventually disconnect ;)
The text was updated successfully, but these errors were encountered:
How about just adding a Stop() method to IHubConnectionManager, which could remove all of the event listeners then stop the connection. I'd also recommend that IHubConnectionManager extended IDisposable and that Dispose() called through to the new Stop() method.
I can add that in if you think that is a reasonable way to achieve this.
As of 1.0.2, the Manager will always try and reconnect any time that it detects the
Closed
event. Probably need to prevent this. Users may want to eventually disconnect ;)The text was updated successfully, but these errors were encountered: