Sending packet PING data None Unexpected error "timed out", closing connection #1029
-
Hi!
|
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Sep 13, 2022
Replies: 1 comment 2 replies
-
I'd appreciate it if you follow the rules set in this project. The issues board is for bugs reported against the project. The discussions board is for asking questions or seeking help with your own application. Thank you. The main problem you probably have is that you seem to be using eventlet without monkey patching, which causes blocking and other strange issues. https://eventlet.net/doc/patching.html |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sayyep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd appreciate it if you follow the rules set in this project. The issues board is for bugs reported against the project. The discussions board is for asking questions or seeking help with your own application. Thank you.
The main problem you probably have is that you seem to be using eventlet without monkey patching, which causes blocking and other strange issues. https://eventlet.net/doc/patching.html