Skip to content

update 1.3.7 to 1.4.5 stop sending messages to roms #2451

Closed
@diegoug

Description

@diegoug

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions