Hi, when playing with websocket example chat, server randomly drops the connection. It seems to me that with longer string it is bigger drop probability :D I tried to send 150 characters long string and it always dropped the connection without receiving the data.
I tried both macOS and Windows, on Windows there was no error in log, but the connection was not working.
I would like to keep using Crow only (without extra WebSocket lib), so it would be great if ws is working seamlessly.
Hi, when playing with websocket example chat, server randomly drops the connection. It seems to me that with longer string it is bigger drop probability :D I tried to send 150 characters long string and it always dropped the connection without receiving the data.
I tried both macOS and Windows, on Windows there was no error in log, but the connection was not working.
I would like to keep using Crow only (without extra WebSocket lib), so it would be great if ws is working seamlessly.
Thank you for any help.
Marek