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

fix(core): handle blocking stdin #21672

Merged
merged 3 commits into from Feb 7, 2024

Conversation

Cammisuli
Copy link
Member

@Cammisuli Cammisuli commented Feb 7, 2024

Current Behavior

When stdin is being used by another process, we silently fail and all stdin will be ignored

Expected Behavior

We now register with a polling system that will allow us to check when stdin is available and used.

Related Issue(s)

Fixes #21523

Copy link

vercel bot commented Feb 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Feb 7, 2024 9:43pm

@Cammisuli Cammisuli marked this pull request as ready for review February 7, 2024 21:34
@FrozenPandaz FrozenPandaz merged commit 1dd3637 into nrwl:master Feb 7, 2024
4 of 6 checks passed
@Cammisuli Cammisuli deleted the handle_blocking_stdin branch February 7, 2024 22:44
FrozenPandaz pushed a commit that referenced this pull request Feb 7, 2024
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot stop (Ctrl + C) nx serve command after upgrade from 17.2.8 -> 17.3.1
2 participants