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: only cleanup error listener if not readable #44304

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ronag
Copy link
Member

@ronag ronag commented Aug 20, 2022

Only cleanup the error listener if we know for sure that
the last stream is still readable after the pipeline has
completed.

Only cleanup the error listener if we know for sure that
the last stream is still readable after the pipeline has
completed.
@ronag ronag added the stream Issues and PRs related to the stream subsystem. label Aug 20, 2022
@ronag ronag requested a review from mcollina August 20, 2022 10:59
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Aug 20, 2022

Review requested:

  • @nodejs/streams

@ronag
Copy link
Member Author

ronag commented Aug 20, 2022

@nodejs/streams

@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Aug 20, 2022
@ronag ronag added request-ci Add this label to start a Jenkins CI on a PR. and removed needs-ci PRs that need a full CI run. labels Aug 20, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 20, 2022
@nodejs-github-bot
Copy link
Collaborator

@ronag ronag added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 21, 2022
@ronag ronag requested a review from lpinca August 21, 2022 11:05
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 21, 2022
@nodejs-github-bot
Copy link
Collaborator

@ronag ronag added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 21, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 21, 2022
@nodejs-github-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants