ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.48k stars 891 forks source link

Random websocket connection drop #266

Open marekfoltyn opened 6 years ago

marekfoltyn commented 6 years ago

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