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

End thread once receiver.stop() and/or streamer.stop() is called #18

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

Comments

@OmriNach
Copy link
Contributor

OmriNach commented Nov 6, 2018

Currently when you have a script that sets up a streamer and receiver and then calls .stop() on either, the thread is still going and the terminal cursor does not go back to the bash prompt i.e. something is still running in the background

Describe the solution you'd like
Find what is running in the background, and attach it to the .stop() method, or make a generalized stop method that stops all ongoing threads regardless of whether its streamer or receiver.

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