SocketIOSharp
SocketIOSharp copied to clipboard
Can we use Rooms?
I was wondering if we can we use Rooms like in the JS version of Socket.IO where you can have sockets .join rooms or post to other rooms by calling .to ?
Could anyone help answer this question? I also run into this problem today, can't listen to any room broadcast events.
hi Kevin, i would be interested as well if anything has changed regarding this feature. AFAIK it doesnt have an implementation for rooms as its a part of a newer version of socket.io and in my case i created my own room implementation on the server app i have built, but a built in system would be better