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

Better way to kill process #569

Merged
merged 1 commit into from
Jul 24, 2017
Merged

Better way to kill process #569

merged 1 commit into from
Jul 24, 2017

Conversation

adamreisnz
Copy link
Contributor

As per #293 (comment), this change still keeps the desired behaviour of killing the process on CTRL-C, but it gives parent processes a chance to clean up.

As per #293 (comment), this change still keeps the desired behaviour of killing the process on CTRL-C, but it gives parent processes a chance to clean up.
@welwood08
Copy link

I happened to be skimming through the code looking for something unrelated and noticed there's cleanup code 20 lines below this change that should probably be synced to remove the new listener.

@adamreisnz
Copy link
Contributor Author

Possibly yes, it looked to me like there was some redundancy, but as I didn't author this package nor spent a lot of time analysing the code, I wasn't sure how refactoring it would impact other area's. Probably best for the package owner to have a look.

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

Successfully merging this pull request may close these issues.

3 participants