Exemplo n.º 1
0
var addListener = function (socket, channel) {
  channelMap.set(['sockets', socket.id].concat(channel), socket);
};