0

I am writing an asp.net mvc application and using SignalR to track simultaneous users.

How can we detect in SignalR that disconnect has happened because of network or browser close etc?

Thanks

  • The community will be able to help you if you show a sample of your code, explain what you've tried so far and the problems you're facing with the approach. – reggaemahn Apr 20 '18 at 09:04

1 Answers1

0

It's not a perfect answer but what i have done before is:

The thing is, I've found its not perfect, but its the best bet that you have...

thab
  • 666
  • 1
  • 6
  • 14