SignalR OnDisconnected - a reliable way to handle “User is Online” for chatroom?

前端 未结 1 1498
我在风中等你
我在风中等你 2020-12-13 02:45

I\'m implementing a chat room. So far, so good - users can send messages from their browsers via a JS client, and I can use a C# client to do the same thing - these message

相关标签:
1条回答
  • 2020-12-13 02:58

    Try following this sample here:

    https://github.com/DamianEdwards/NDCLondon2013/tree/master/UserPresence

    0 讨论(0)
提交回复
热议问题