Replies: 2 comments 5 replies
-
that example starts 3 processes to handle all the incoming web socket connections. you can use |
Beta Was this translation helpful? Give feedback.
1 reply
-
I would design it this way:
the flow looks like: publisher sends an event ( |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I broadcast to a group (or all) connected websocket client? The example shows replaying message to the same client. I tried to figure out how to broadcast message to all connected client but I couldn't figure it out, and the examples doesn't do that.
Beta Was this translation helpful? Give feedback.
All reactions