-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
will the callback function going to case LWS_CALLBACK_CLOSED if the websocket client have not sent FIN ACK or RST? #3268
Comments
There are verbose lws logs that describe what it's doing and why. You should maybe have a look? |
i set the debug level to debug |
Build with CMAKE_BUILD_TYPE=DEBUG |
I got the same issues, did you fix it? @pppaulpeter |
Did you trouble yourself to look at the verbose logs so you can understand what is happening to the connection? |
i have not reproduced the problem yet :( |
Hi Andy,
as shown in the image, the websocket client have not close the websocket conenction, but my websocket server going to the callback case LWS_CALLBACK_CLOSED, i don't know why, if i change the websocket client to postman from web client, then i can't reproduce the problem. will the lws going to LWS_CALLBACK_CLOSED because the other side tcp windows buffer is full? what could be the root cause?
The text was updated successfully, but these errors were encountered: