Closed
Description
Hello, I have a problem with socket.io update version 1.3.7 to 1.4.5 and stop sending messages to the rooms, you know what might have happened?
My code is very simple, it is only that:
// socket to room, using roomKey
socket.join(roomKey);
// room emmit
this.io.to(roomKey).emit(channel, message);
But when I want to send a message by a room in particular nothing happens, and if I go back to version 1.3.7 works again, you know it can be?
Metadata
Metadata
Assignees
Labels
No labels