Skip to content

Need ability to arbitrarily emit with callback to a socket client. #1656

Closed
@monteslu

Description

@monteslu

0.9.x of Socket.io allowed you to get a socket by id and emit to it with a callback such as:

io.sockets.socket(someSocketId).emit('someTopic', data, callback); 

With 1.0.x we can only broadcast to the channel/id of a socket.

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