Check here :
How do I fully disconnect from signalR
Oliphant, Christopher
26
Reputation points
I am trying to stop a signalR connection. When I execute the HubConnection.stop() in the browser, the connection in Chrome DevTools goes into Pending state, but doesn't disappear. As well the polling continues. Is there something I need to do on the server side to complete the disconnection? (It would help if server side answers were in nodejs rather than C#.)