1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-18 19:19:36 +02:00

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');
})
}