Skip to content

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

Open
@OmriNach

Description

@OmriNach

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.

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