Skip to content

SignalR reconnect logic improvement

Compare
Choose a tag to compare
@olalid olalid released this 16 Sep 08:43
· 91 commits to master since this release

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.