Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freezing #12

Open
Hokid opened this issue Dec 3, 2022 · 0 comments
Open

Freezing #12

Hokid opened this issue Dec 3, 2022 · 0 comments

Comments

@Hokid
Copy link

Hokid commented Dec 3, 2022

Looks like this line of code makes all threads froze(blocks entire script) if a call is discarded by calling end so fast(0.5-2s after start):

And this helps to avoid that:

import time
# ...
del self.ctrl
time.sleep(0)
# ...

I am new in python and may wrong. Can someone to confirm that?

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

No branches or pull requests

1 participant