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 have trusted clients that will handle small chat rooms. It registers a few RPCs for the users to call and publish events on the chat subscription channel.
I'd like to have this worker receive a notification whenever a user subscribe/unsubscribe from the room channel, so it can keep track of who's currently in. A simple presence system.
Is there any way to do this? Any help to push me in the right direction would be appreciated.
Thx
The text was updated successfully, but these errors were encountered:
Although my changes only implements the Meta Events section of the API (14.4.5.1). I did not create the procedure calls associated (14.4.5.2)
If @mbonneau ever re-surface and is showing interest in the PR, I could work on fully implementing this API. But I've been using my changes for a few months already without any issue. Its pretty much all I need in my project for now.
Hi guys,
I have trusted clients that will handle small chat rooms. It registers a few RPCs for the users to call and publish events on the chat subscription channel.
I'd like to have this worker receive a notification whenever a user subscribe/unsubscribe from the room channel, so it can keep track of who's currently in. A simple presence system.
Is there any way to do this? Any help to push me in the right direction would be appreciated.
Thx
The text was updated successfully, but these errors were encountered: