Skip to content

Is it possible to use rooms in python-socketio? #779

Discussion options

You must be logged in to vote

Joining rooms is a server function, the client has to request this through an event to the server, then the server can put the client in a room. Since you are using Flask-SocketIO you should be able to use rooms just fine.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TechStudent10
Comment options

Answer selected by TechStudent10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants