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

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

Open
OmriNach opened this issue Nov 6, 2018 · 0 comments

Comments

@OmriNach
Copy link
Contributor

OmriNach commented Nov 6, 2018

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

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