Websockets: Send response to all clients except sender #1188
-
In chat example, we broadcast all messages to all clients. But for my use case, i want to send response to all clients except sender how to do it ? For clarity on my question: Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
davidpdrsn
Jul 23, 2022
Replies: 1 comment 1 reply
-
See the chat example in the repo. You'll need to manually keep track of the connected clients. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ekanna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the chat example in the repo. You'll need to manually keep track of the connected clients.