signalr

Send a message to all clients in a Group, except for the current client


I want to execute a method on all connected clients from the server, except for the current client. Any way to do this without me maintaining my own list of clientids?

TIA!


Solution

  • You can use Clients.OthersInGroup() method.