Skip to content
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

Ability to join and leave rooms in Socket.IO connection #796

Closed
konradkalemba opened this issue Apr 20, 2020 · 1 comment
Closed

Ability to join and leave rooms in Socket.IO connection #796

konradkalemba opened this issue Apr 20, 2020 · 1 comment

Comments

@konradkalemba
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Current implementation doesn't support rooms feature of socket.io, which creates a problem when your server uses it and therefore you won't be able see any events sent in rooms.

Describe the solution you'd like
The ideal solution would be adding an ability to join and leave rooms directly from app's interface.

Describe alternatives you've considered
Not using rooms feature on socket.io server is only one alternative I come up with, but obviously it isn't desired.

Additional context
Something like this:
image

@konradkalemba
Copy link
Contributor Author

Never mind. I just realized that rooms feature is completely server-side and there is no way to join them from client. Therefore the feature I proposed cannot be implemented. My bad!

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant