Skip to content

win,pipe: ipc code does not support async read#4555

Merged
santigimeno merged 1 commit intolibuv:v1.xfrom
vtjnash:jn/4548
Oct 3, 2024
Merged

win,pipe: ipc code does not support async read#4555
santigimeno merged 1 commit intolibuv:v1.xfrom
vtjnash:jn/4548

Conversation

@vtjnash
Copy link
Copy Markdown
Member

@vtjnash vtjnash commented Sep 30, 2024

The implementation of IPC pipe in libuv on Windows does not properly support async reading. This means we cannot set the more parameter without likely causing hangs. Sorry this is yet another followup to #4511.

Fixes #4548

The implementation of IPC pipe in libuv on Windows does not properly support
async reading. This means we cannot set the more parameter without likely
causing hangs. Sorry this is yet another followup to libuv#4511.

Fixes libuv#4548
Copy link
Copy Markdown
Member

@santigimeno santigimeno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Node.js test suite and works. Still some failing tests but they all seem unrelated.

@santigimeno santigimeno merged commit f55efb2 into libuv:v1.x Oct 3, 2024
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.

win,pipe: regression after #4470

4 participants