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
fix: wrap stdio in non-closing streams for child process mode
Prevents proto/disconnect from closing the JVM's global System/in
and System/out when tearing down a child-process connection. Uses
FilterInputStream/FilterOutputStream proxies with no-op close().
Addresses review feedback on PR #48.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments