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

stream: fix finishCount cause close event not waited #53386

Closed
wants to merge 1 commit into from

Conversation

jakecastelli
Copy link
Member

@jakecastelli jakecastelli commented Jun 8, 2024

Fixes: #51540 (attempt to)
WIP: need to amend the commit message and add some tests


Edit: wrong fix for now, will take a look again later.

WIP: need to amend the and add tests
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/streams

@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. labels Jun 8, 2024
@jakecastelli
Copy link
Member Author

Closing this as when the error occurs all the streams will be destroyed but not guaranteed close. See discussion in the linked issue for more details.

@jakecastelli jakecastelli changed the title [WIP] stream: fix finishCount cause close event not waited stream: fix finishCount cause close event not waited Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

stream.pipeline doesn't wait for 'close' on error
2 participants