Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Freezing #12

@Hokid

Description

@Hokid

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions