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

[Reactive] Fix Multi.flatMap losing items on the fastpath when conditions are not met #1669

Merged
merged 3 commits into from
Apr 22, 2020

Conversation

akarnokd
Copy link
Collaborator

On the fast-path of the inner source emitting, when there was a (non empty) drain queue, the current item was ignored instead of put onto the inner's queue like in other non-fast-path cases.

@danielkec danielkec added the reactive Reactive streams and related components label Apr 22, 2020
@danielkec danielkec self-assigned this Apr 22, 2020
@danielkec danielkec added this to the 2.0.0 milestone Apr 22, 2020
@danielkec danielkec merged commit c369146 into helidon-io:master Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reactive Reactive streams and related components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants