-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rooms with multiple node processes #13
Comments
This feature is not yet available for 1.0, and it's being discussed: |
I'm new to Redis. What are the keys in which the clients and rooms list are stored? Is this documented somewhere? |
I just analyzed the redis adapter and it seems like nothing is stored there, only the pubsub mechanism is used. |
I would also like to have the feature implemented. |
Is this feature available? |
I created a PR that adds this functionality and is up to date with the current Adapter. Check it out #109 |
@fgodino can i safely use socket.rooms to get all the rooms a socket has joined? |
Closed by 679e73c |
How do I get the list of connected clients in a particular room across nodes.
io.sockets.adapter.rooms seems to have the list of clients only in a specific room.
The text was updated successfully, but these errors were encountered: