Skip to content

When using .record() method on the Receiver class, lock any methods that stop the thread #19

Open
@OmriNach

Description

@OmriNach

Describe the solution you'd like
receiver = acquire.Receiver.record(duration=120)
#once that is done, I would like to the next line in the script to be
receiver.stop()
#but that will stop the receiver before recording even started because it runs in a thread and there is #not checkpoint for stop method

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions