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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: