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

Commits on Mar 21, 2017

  1. Attempt to fix the backpressure in 2.x.

    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 committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    e72242f View commit details
    Browse the repository at this point in the history
  2. Add changelog entry.

    vqvu committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    030e03b View commit details
    Browse the repository at this point in the history