-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
Part of #8644.
The _readableState
that needs to be tested is:
stream._readableState.awaitDrain
Lines 88 to 89 in 774146d
// the number of writers that are awaiting a drain event in .pipe()s | |
this.awaitDrain = 0; |
See also #8683
cc @Fishrock123 @nodejs/streams
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.