When I send a message to a signalR group that I am subscribed to, I get the message back!
I do not want this, I want it to send the message to everyone else in the group.
Is this possible? How?
Now with SignalR you are able to use
Clients.OthersInGroup("foo").send(message);
which does exactly what you're after. It will send a SignalR client message to everyone in a group except the caller.
You can read more here: SignalR wiki Hubs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With