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
- Second Ctrl+C now force-kills (SIGKILL) instead of being silently ignored
- KILL_WAIT timer starts when terminate() is called, not when the first
child exits — prevents hanging indefinitely if no child responds to SIGTERM
- Make kill() idempotent to avoid repeated SIGKILL spam in the event loop
0 commit comments