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

[FEATURE] Clean exit on KeyboardInterrupt. #38

Open
BeatsuDev opened this issue Feb 23, 2023 · 0 comments
Open

[FEATURE] Clean exit on KeyboardInterrupt. #38

BeatsuDev opened this issue Feb 23, 2023 · 0 comments
Labels
enhancement New feature or request low priority This issue will probably not be looked into for a while

Comments

@BeatsuDev
Copy link
Owner

Is your feature request related to a problem? Please describe.

When attempting to end the program running a live feed with a KeyboardInterrupt event, it seems to take a while to actually process the event. It then also ends with a few error messages, which I don't like.

Describe the solution you'd like

I expect the program to terminate as soon as possible or at least give some sort of feedback that the KeyboardInterrupt has been received and that the websocket is closing. A "clean" exit.

@BeatsuDev BeatsuDev added enhancement New feature or request low priority This issue will probably not be looked into for a while labels Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority This issue will probably not be looked into for a while
Projects
None yet
Development

No branches or pull requests

1 participant