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:
parent
f5f735372a
commit
66cc59c48e
4 changed files with 9 additions and 53 deletions
|
@ -9,7 +9,7 @@ class Socket {
|
|||
})
|
||||
|
||||
this.webSocketServer.on('connection', (webSocketClient) => {
|
||||
console.log('Socket: new connection');
|
||||
// console.log('Socket: new connection');
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue