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
Thinking through this a bit deeper, this is a transient error in the case of HubConnectionManager. It should be logged, but the class should keep trying to connect.
The scenario is:
SignalR Server is down for upgrade/maintenance
Client tries to connect to SignalR Server initially.
workaround:
wrap
_HubConnectionManager.Initialize();
in a try...catch... block that squelches the error.Wondering if this is the best case, or if we should squelch it within the HubConnectionManager class itself?
The text was updated successfully, but these errors were encountered: