Search code examples
.net-coresignalrsignalr-hubasp.net-core-signalr

SignalR Send Message to all Clients in the group Except few Clients


I am using SignalR DotNetCore, I have created group, I need to send a message to all clients in group Except the specific clients with Connection Id.


Solution

  • Check the documentation, your are looking for GroupExcept which calls a method on all connections in the specified group, except the specified connections.