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

Properly close hubs when the program exits #79

Open
LandryNorris opened this issue Jun 8, 2023 · 0 comments
Open

Properly close hubs when the program exits #79

LandryNorris opened this issue Jun 8, 2023 · 0 comments

Comments

@LandryNorris
Copy link
Contributor

LandryNorris commented Jun 8, 2023

Currently, it's up to each command to close the hubs it opens. Most commands close the hubs at the end of successful runs. If the user quits the program using ctrl+c or any other method, the program should intercept this and close the hubs without additional code in each command. This would be easiest if we kept a global list of all currently open hubs.

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