Hello,
I created a chat application, and I want to update the user status online or offline.
I can't based my logics on the disconnect event supplied by signalR because of there is situatuations that the event is not raised and the client status is not updated.
In this situation I should create my own pulsing logics not based on connect and disconnect events by signalR.
Is there is a solution for this issue by signalR ?
Thnx,
khalil