You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: