Replies: 1 comment
-
Yes. To avoid that you can setup groups and only have the clients subscribe to a group they want to receive messages for and then send to groups on the server side instead of broadcasting to all clients. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a signalR hub that sends messages to all clients with a fairly large payload or private information, do all clients that connect into the hub (part of the same group) receive the messages even though they don't subscribe to those events on the client side?
Beta Was this translation helpful? Give feedback.
All reactions