You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a little chat application. The first thing I need to do is see who else is online, so I keep a list of active client sessions. But from the examples it is not clear how I send a message to an active session. Will they all require to have a callback registered when they login and I use that to notify them of the other chat user wanting to chat with them?
The text was updated successfully, but these errors were encountered:
I am writing a little chat application. The first thing I need to do is see who else is online, so I keep a list of active client sessions. But from the examples it is not clear how I send a message to an active session. Will they all require to have a callback registered when they login and I use that to notify them of the other chat user wanting to chat with them?
The text was updated successfully, but these errors were encountered: