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

Client not stopping when pressing ctrl-c on the command line #445

Closed
ataffanel opened this issue Sep 16, 2020 · 1 comment
Closed

Client not stopping when pressing ctrl-c on the command line #445

ataffanel opened this issue Sep 16, 2020 · 1 comment

Comments

@ataffanel
Copy link
Member

When running the client from command line and pressing ctrl-c (Sending a unix signal SIGINT), the expectation is that the client should stop (gracefully if possible). The current state is that the client continues running.

This should be fixed and the client should stop when a SIGINT signal arrives.

ataffanel added a commit that referenced this issue Sep 24, 2020
Implemented and tested on Linux, needs to be tested on Win and Mac as
well before closing the ticket.
@ataffanel ataffanel added this to the next-release milestone Sep 24, 2020
@ataffanel
Copy link
Member Author

Fix verified to work on Linux/Windows/Mac. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant