-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Creation of full duplex pipe via spawn causes deadlock on Windows #29238
Labels
child_process
Issues and PRs related to the child_process subsystem.
windows
Issues and PRs related to the Windows platform.
Comments
Fishrock123
added
windows
Issues and PRs related to the Windows platform.
child_process
Issues and PRs related to the child_process subsystem.
labels
Aug 22, 2019
Since |
4 tasks
There's been no further activity here and it's not clear there's anything actionable. Closing but can reopen if necessary |
tarruda
added a commit
to tarruda/node-1
that referenced
this issue
Dec 31, 2020
The 'overlapped' value sets the UV_OVERLAPPED_PIPE libuv flag in the child process stdio. Fixes: nodejs#29238
foxxyz
pushed a commit
to foxxyz/node
that referenced
this issue
Oct 18, 2021
The 'overlapped' value sets the UV_OVERLAPPED_PIPE libuv flag in the child process stdio. Fixes: nodejs#29238 PR-URL: nodejs#29412 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
child_process
Issues and PRs related to the child_process subsystem.
windows
Issues and PRs related to the Windows platform.
Recently tried to add windows support for mediasoup, https://github.com/haiyangwu/mediasoup-win, but found
Related Bug in LibUV, libuv/libuv#95,
Parent Process, node js:
Child Process, c++ :
This works like a champ on Linux/OSX, however, on Windows the payload from the child sometimes not gets sent.
already tried to change code in src/process_wrap.cc, and after test, my app works
The text was updated successfully, but these errors were encountered: