Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command.getOutputStream().close() no longer closes standard input #367

Closed
coudy opened this issue Oct 2, 2017 · 1 comment
Closed

command.getOutputStream().close() no longer closes standard input #367

coudy opened this issue Oct 2, 2017 · 1 comment

Comments

@coudy
Copy link

coudy commented Oct 2, 2017

I just did a large upgrade from 0.9.0 to latest master and found that closing the stdin output stream on a command no longer has any effect, so my script hangs waiting for EOF, and subsequently fails with a timeout on command.join(...).

Related to #233 except I can't easily work around having to EOF stdin, so I want the old functionality back.

@coudy
Copy link
Author

coudy commented Oct 2, 2017

Duplicate of #143, using the proposed workaround for now.

@coudy coudy closed this as completed Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant