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
Simplify stdio cleanup: unified stream cleanup across platforms
Copy of #555
Testing shows PR #559 stream cleanup alone prevents hanging,
even with servers that ignore SIGTERM and keep streams open.
Removes all timeout logic and Windows-specific termination
function in favor of unified `process.terminate()`.
0 commit comments