Here is my problem, I want to track if user is online or offline and notify other clients about it. I\'m using hubs and implemented both IConnected and IDisconnect interface
There's not way to do this other than counting on your own.