SignalR reconnect logic improvement
With the new signalr lib there is an unexpected behaviour that it calls the disconnect callback during the startup/connection process. This could potentially cause that more than one connection thread is started.
With the new signalr lib there is an unexpected behaviour that it calls the disconnect callback during the startup/connection process. This could potentially cause that more than one connection thread is started.