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

Consider changing default stop signal #104

Open
pvolok opened this issue Nov 9, 2023 · 0 comments
Open

Consider changing default stop signal #104

pvolok opened this issue Nov 9, 2023 · 0 comments

Comments

@pvolok
Copy link
Owner

pvolok commented Nov 9, 2023

Currently default stop signal is SIGTERM on Unix and TerminateProcess on Windows.

On Windows, we should use some softer way that will allow proper termination. Perhaps sending 0x03 (Ctrl-C in ASCII) char?

On Unix some programs don't react to SIGTERM. For example, remix dev doesn't react to SIGTERM. On the other hand, nvim (and maybe zsh) will not stop if 0x03 char is sent to stdin.

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