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