We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.