Is there a way to send a message to all connected clients except the client that is sending the message.
Asked
Active
Viewed 2,618 times
2 Answers
5
In 2014 you can select clients with Hubs.
The Others property publishes to all clients except the calling client.
Clients.Others.addContosoChatMessageToPage(name, message);

jpierson
- 16,435
- 14
- 105
- 149

XenoPuTtSs
- 1,254
- 1
- 11
- 31