-
Notifications
You must be signed in to change notification settings - Fork 60
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
Asyncio "no PONG received in 3 seconds" after 30 seconds #59
Comments
Sorry for a late reply. |
Hi I use this repo to stream client microphone samples to server. Unfortunately, every time I get aforementioned error, which consequences client websocket to close and so the program stop working... If there is no way to control such crucial parameter of uwsgi, I think you choosed inappropriate library as base! Please give my start back! |
This seems to be a bug in uwsgi, see this pull request: unbit/uwsgi#1261. |
Hi,
I am wondering if the asyncio implementation sends the PINGs in the background because I receive no PONG received in 3 seconds every single time after 30 seconds.
My understanding is that the ping is sent every
websocket.timeout
in seconds and the websocket waits 3 seconds to receive PONG message, am I right?The text was updated successfully, but these errors were encountered: