Skip to content

Add timeout of 10 seconds - #8

Merged
101t merged 1 commit into
101t:masterfrom
bigbluemeeting:patch-1
Aug 22, 2020
Merged

101t merged 1 commit into
101t:masterfrom
bigbluemeeting:patch-1

Conversation

@bigbluemeeting

Copy link
Copy Markdown
Collaborator

This library does not have a timeout and python does not have a default timeout in the CPython implementation, hence if this gets stuck for some reason and in practice it does get stuck often enough... then it hangs there forever waiting. So we need to time it out eventually.

This library does not have a timeout and python does not have a default timeout in the CPython implementation, hence if this gets stuck for some reason and in practice it does get stuck often enough... then it hangs there forever waiting. So we need to time it out eventually.
@bigbluemeeting

Copy link
Copy Markdown
Collaborator Author

Also there is no way to set a timeout in your project using this library in python as that setting does not have any global way to effect it.

@101t
101t merged commit 14228e6 into 101t:master Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants