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

NodeJS TTY streams is blocking by default now, but not on Windows #15

Open
CMCDragonkai opened this issue Aug 1, 2022 · 0 comments
Open

Comments

@CMCDragonkai
Copy link

This package doesn't seem required because NodeJS now sets the streams to be blocking all the time.

It's just that on windows libuv doesn't support blocking unless its a pipe.

Therefore the only use of this package is to set it to be non-blocking.

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