-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
flatMapIterable stops emmitting when published twice #508
Comments
Failing test:
Passes with this modification:
|
I guess it's related to the backpressure behaviour of |
lhotari
added a commit
to lhotari/reactor-core
that referenced
this issue
Apr 1, 2017
- returned true from isEmpty when iterator had more elements
I made PR #509 with a fix for this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code should issue 600
But it issues 256
Whereas
works as expected
Note: I could produce the wrong behaviour only with multiple iterables in the "just" and publishing twice.
The text was updated successfully, but these errors were encountered: