Skip to content

Timeout and run_flag are only checked when new data is found #81

@ttu

Description

@ttu

If new data is never found, timeout or manual cancellation with run_flag will never be triggered. This should be in an own thread.

if search_duratio_sec and time.time() - start_time > search_duratio_sec:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions