Fixed bug related to websocket protocol which was making app unusable with reverse proxy and https

This commit is contained in:
unknown
2021-06-11 00:09:25 +02:00
parent f5f735372a
commit 66cc59c48e
4 changed files with 9 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ class Socket {
})
this.webSocketServer.on('connection', (webSocketClient) => {
console.log('Socket: new connection');
// console.log('Socket: new connection');
})
}