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
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
I've gone through the docs, filtering, chat app...I don't have 'users' so I can't join an 'event' service on the user id. I'm struggling w/how to create a room for that specific 'event'.
What's the best approach for this?
The text was updated successfully, but these errors were encountered:
Events are cheap and - as long as the client is allowed to see them which is what event filters determine - it is much easier for the client to just ignore it if they don't need it. We recommend not to keep track of the user state on the server because it is pretty bad for performance but to answer your question, you can create a custom event to subscribe to specific ids:
I'm trying to listen for updates on an 'event' service. I'm trying to listen to just the ones with a specific id.
This will give me all updates:
But what I'm looking for is something like this (only event w/id 34):
I've gone through the docs, filtering, chat app...I don't have 'users' so I can't join an 'event' service on the user id. I'm struggling w/how to create a room for that specific 'event'.
What's the best approach for this?
The text was updated successfully, but these errors were encountered: