-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Description
Handle cases where streams are being worked on after ended or destroyed:
- eos on closed (stream: eos on closed #28748)
- ensure writableState errorEmitted (stream: ensure errorEmitted is always set #28709)
- readableState errorEmitted (stream: readable error emitted #29009)
- async iterate destroyed stream (test: async iterate destroyed stream #28995)
- async iterate don't register listeners if ended ([x] stream: async iterate don't register listeners if ended #28996)
- async iterate re-throw errored stream error (waiting for stream: readable error emitted #29009)
- don't invoke
_destroy
while there are pending operations. (issue stream: Writable should not invoke _destroy while pending ops #29044)
Metadata
Metadata
Assignees
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.