Does python-socketio's room work with multiple workers? #1355
RuidongLiu
started this conversation in
General
Replies: 1 comment 2 replies
-
It does, yes. Multiple workers require the use of a message queue, which the workers use to coordinate operations such as emitting to a room. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it seems in javascript, https://socket.io/docs/v4/rooms/#with-multiple-socketio-servers socketio will work with multiple workers.
but for python socketio, rooms seems to be managed in memory. want to know if python socketio supports it.
Beta Was this translation helpful? Give feedback.
All reactions