Merge pull request #1545 from ether/fix-clients-conn-count
only show clients on this pad resolves issue #1544pull/1547/head
commit
ec4a6bbaf2
|
@ -1035,7 +1035,7 @@ function handleClientReady(client, message)
|
|||
}
|
||||
|
||||
// notify all existing users about new user
|
||||
client.broadcast.to(padIds.padIds).json.send(messageToTheOtherUsers);
|
||||
client.broadcast.to(padIds.padId).json.send(messageToTheOtherUsers);
|
||||
|
||||
//Run trough all sessions of this pad
|
||||
async.forEach(socketio.sockets.clients(padIds.padId), function(roomClient, callback)
|
||||
|
|
Loading…
Reference in New Issue