Threading error when using python-socketio for a few mintutes. #929
Answered
by
miguelgrinberg
tristan-f-r
asked this question in
Q&A
-
Describe the bug Exception
Do note, that this program is sending max 30 packets every second. |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
May 24, 2022
Replies: 1 comment
-
This has nothing to do with Socket.IO. You are starting too many threads, or you are leaking threads in your application. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tristan-f-r
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has nothing to do with Socket.IO. You are starting too many threads, or you are leaking threads in your application.