Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

No mechanism exists to stop the client gracefully #54

@mmurdoch

Description

@mmurdoch

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().

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions