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

close stdin in asyncShellExec to avoid hangs #786

Merged
merged 1 commit into from
May 6, 2015

Conversation

chillitom
Copy link
Contributor

Nothing is written to stdin so we can safely close it, this will allow child processes that try to read from stdin to avoid hanging the build

this will allow child processes that try to read from stdin input to
avoid hanging the build
@chillitom chillitom changed the title close stdin in asyncShellExec as nothing is written close stdin in asyncShellExec to avoid hangs May 5, 2015
@forki
Copy link
Member

forki commented May 6, 2015

cool. thanks

forki added a commit that referenced this pull request May 6, 2015
close stdin in asyncShellExec to avoid hangs
@forki forki merged commit 9aec251 into fsprojects:master May 6, 2015
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

Successfully merging this pull request may close these issues.

2 participants