You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
There does not currently seem to be a way to cleanly stop Client once start_stream_subscriber() has been called. Ctrl+C causes it to throw KeyboardInterrupt exceptions even if handled in the calling code. It looks like this might be because Client uses twisted by calling reactor.run() in client.py but contains no code to call reactor.stop().