Merge branch 'master' into hugo
This commit is contained in:
@@ -28,7 +28,7 @@ implements OnGatewayConnection, OnGatewayDisconnect
|
||||
socket.username = socket.handshake.query.username.toString();
|
||||
this.sockets.set(socket.username, socket);
|
||||
|
||||
printCaller("socket.username:", socket.username);
|
||||
printCaller("--- socket.username:", socket.username);
|
||||
|
||||
let not_emit: string = `${socket.username}_not_emit`;
|
||||
socket.join(not_emit);
|
||||
|
||||
Reference in New Issue
Block a user