Ygor Carmo

Results 7 comments of Ygor Carmo

Having the same issue here! It closes without a reason

``` Connection has been closed. Message . Code 1006 close(ws, code, message) { const data = Buffer.from(message).toString() console.log(`Connection has been closed. Message ${data}. Code ${code} `) } ```

It seems to be fixed after I moved all async operations from the on open function to the on upgrade. Would that make any sense to you?

I forgot to update this! Soz @uNetworkingAB The problem wasn't solved after moving stuff around. My workaround at this stage is making the front end try to reconnect to the...

@uNetworkingAB here is the error I got today: Connection has been closed. Message Received TCP FIN before WebSocket close frame. Code 1006