Skip to content

ping_interval doesn't change when upgrade to websocket #896

Closed Answered by miguelgrinberg
RavioliSauce asked this question in Q&A
Discussion options

You must be logged in to vote

Please follow the instructions. If you don't know if what you are reporting is an issue, then don't write an issue, open a discussion topic. The issues board is for tracking issues, not to troubleshoot.

As you can see in the log that you provided, no ping/ponging happened during your test. My guess is that this is caused by keepalive packets sent by the Websocket server that you are using (eventlet), and completely unrelated and outside of the control of this package. Have you looked at the data being exchanged? If don't think you'll find Socket.IO ping/pong packets in there, since clearly these aren't being exchanged, according to the log.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@RavioliSauce
Comment options

@miguelgrinberg
Comment options

@RavioliSauce
Comment options

@miguelgrinberg
Comment options

Answer selected by RavioliSauce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #895 on March 19, 2022 11:46.