Code polish

This commit is contained in:
David Majdandžić
2023-03-29 17:39:06 +02:00
parent b8347d6fa6
commit d683ab870b
9 changed files with 28 additions and 54 deletions

View File

@@ -26,7 +26,7 @@ const MESSAGE_SEND_UPDATE_DELAY: number = Number(process.env.MESSAGE_SEND_UPDATE
let logger = new Logger("main");
let clientManager: ClientSessionManager = new ClientSessionManager();
// clientManager.setup();
clientManager.setup();
// let wss: WSServer = new WSServer([clientManager]);