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

Console Doesn't Revert To Old Console Mode After Router Process Is Terminated #251

Closed
CihatAltiparmak opened this issue Jul 29, 2024 · 0 comments

Comments

@CihatAltiparmak
Copy link
Contributor

CihatAltiparmak commented Jul 29, 2024

Hello,

In router executable, SIGINT signal is handled but SIGTERM is not handled. This gives rise not to close router gracefully. If we directly send SIGTERM to router, router doesn't close session and KeyboardReader instance doesn't destroy. Additionaly, When it is threw out reading error from tty, we should close session before finishing process. I have a PR for it.

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