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

Attempt to fix the backpressure in 2.x. #608

Merged
merged 2 commits into from
Mar 21, 2017
Merged

Conversation

vqvu
Copy link
Collaborator

@vqvu vqvu commented Mar 21, 2017

In certain cases, consuming a stream that has been resumed may cause a
stream generator/consume handler to be called twice without next() ever
being called. This is mostly relevant for .each(...).done(...) use
cases.

See #570 (comment) for context.

In certain cases, consuming a stream that has been resumed may cause a
stream generator/consume handler to be called twice without next() ever
being called. This is mostly relevant for .each(...).done(...) use
cases.
@vqvu vqvu merged commit d693bcf into caolan:2.x Mar 21, 2017
@vqvu vqvu deleted the fix-backpressure branch March 21, 2017 05:31
vqvu added a commit that referenced this pull request Mar 21, 2017
vqvu added a commit that referenced this pull request Mar 21, 2017
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.

1 participant