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 #2999 we cleaned up child process handling, but limited the signals forwarded to child processes in commands like consul watch to INT and KILL because those were the two supported in windows as well.
It is worth expanding this to TERM, HUP, QUIT etc via a util_linux.go to capture and forward more common signals.
The text was updated successfully, but these errors were encountered:
In #2999 we cleaned up child process handling, but limited the signals forwarded to child processes in commands like
consul watch
to INT and KILL because those were the two supported in windows as well.It is worth expanding this to TERM, HUP, QUIT etc via a util_linux.go to capture and forward more common signals.
The text was updated successfully, but these errors were encountered: