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

Persistent workers: exit if stdin is closed #472

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

ulfjack
Copy link
Contributor

@ulfjack ulfjack commented Feb 3, 2021

Currently, the Kotlin persistent worker goes into an infinite loop when stdin is closed. It keeps trying to parse the input, but nothing is read, so it keeps getting a null pointer, and then tries, tries again.

Currently, the Kotlin persistent worker goes into an infinite loop when stdin is closed. It keeps trying to parse the input, but nothing is read, so it keeps getting a `null` pointer, and then tries, tries again.
@restingbull restingbull merged commit d34bf99 into bazelbuild:master Feb 4, 2021
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