Skip to content

Background threads in synchronous python-socketio Client #1019

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

You must be logged in to vote

The style in which the server is written is irrelevant to the client, so that is not something that you need to worry about. The sync or async style matters within the same process only.

If your client uses threads, then you should be fine, since a blocked thread does not block other threads.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ramanraja
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