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

Don't emit 'drain' spuriously & fix deadlock. #377

Merged
merged 1 commit into from
Sep 20, 2015

Conversation

vqvu
Copy link
Collaborator

@vqvu vqvu commented Sep 20, 2015

And of course right after I merge #372, I find out that it doesn't actually work due to synchronous execution of the generator within a call to next (2.x behavior).

The drain event was also being emitted too often, potentially breaking backpressure in certain cases.

This fixes the "fix" there.

vqvu added a commit that referenced this pull request Sep 20, 2015
Don't emit 'drain' spuriously & fix deadlock.
@vqvu vqvu merged commit 112c775 into caolan:master Sep 20, 2015
@vqvu vqvu added this to the v2.6.0 milestone Nov 18, 2015
@vqvu vqvu deleted the pipeline-backpressure branch November 18, 2015 05:53
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