Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -133,6 +133,12 @@ export class SocketManager implements ZoneEventListener {
|
||||
const message = new AdminPusherToBackMessage();
|
||||
message.setSubscribetoroom(roomId);
|
||||
|
||||
console.log(
|
||||
`Admin socket handle room ${roomId} connections for a client on ${Buffer.from(
|
||||
client.getRemoteAddressAsText()
|
||||
).toString()}`
|
||||
);
|
||||
|
||||
adminRoomStream.write(message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user