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

[Bug] Multi page applications return only a single page when fetching pages per application #2383

Merged
merged 2 commits into from
Dec 29, 2020

Conversation

trishaanand
Copy link
Contributor

Description

Zipping flux with mono leads to mono not getting repeated and only the first emitted value of flux is processed further. This is leading to only a single page getting emitted in a multi page application.

…e first emitted value of flux is processed further. This is leading to only a single page getting emitted in a multi page application.
@trishaanand trishaanand merged commit ea0f9c1 into release Dec 29, 2020
@trishaanand trishaanand deleted the bug/new-page-application-not-correct branch December 29, 2020 08:08
nidhi-nair pushed a commit that referenced this pull request Jan 5, 2021
… pages per application (#2383)

* Zipping flux with mono leads to mono not getting repeated and only the first emitted value of flux is processed further. This is leading to only a single page getting emitted in a multi page application.

* Added a test case to assert this for a multi page application
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.

2 participants