floatinghotpot / socket.io-unity

socket.io client for Unity, power game client with node.js back-end
494 stars 76 forks source link

Socket Broadcast #14

Open joshuawilde opened 6 years ago

joshuawilde commented 6 years ago

In the Socket IO library, one can use the Broadcast function to send data to everyone except the sending user. Is there a way to do this in this library?