Is there a way to send a message to all connected clients except the client that is sending the message.
相关问题
- ASP.NET display progress bar during post back
- Can I use SignalR in my Winform c# app?
- signalR and large data transfer [closed]
- Why does an idle SignalR connection have 4-6 Mbps
- SignalR Client - The remote server returned an err
In 2014 you can select clients with Hubs.
The Others property publishes to all clients except the calling client.
Not yet, the only thing you can do today is filter on the client side.