How do I fully disconnect from signalR

Oliphant, Christopher 26 Reputation points
2021-03-18T15:05:21.637+00:00

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#.)

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
40,916 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pranam K 6 Reputation points
    2021-03-18T15:11:48.65+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.