Is there a way to send a message to all connected clients except the client that is sending the message.
Asked
Active
Viewed 2,479 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
- 15,160
- 11
- 100
- 144
XenoPuTtSs
- 1,234
- 1
- 9
- 30