The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
722
stars
121
forks
source link
Send a message to the room, why can you receive it if you are not in this room? #97
Closed
einsqing closed 3 years ago
Send a message to the room, why can you receive it if you are not in this room?
io.to(sid).emit('hello', "to all clients in 'room42' room except sender");