Replies: 2 comments 5 replies
|
that example starts 3 processes to handle all the incoming web socket connections. you can use |
1 reply
|
I would design it this way:
the flow looks like: publisher sends an event ( |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions