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

2.x: TestSubscriber.requestMore missing #4823

Closed
davidmoten opened this issue Nov 9, 2016 · 2 comments
Closed

2.x: TestSubscriber.requestMore missing #4823

davidmoten opened this issue Nov 9, 2016 · 2 comments

Comments

@davidmoten
Copy link
Collaborator

When I want to do backpressure testing on a Flowable with the Flowable.test(0) method I'm forced out of method chaining because request(n) is a void. Am I missing something? Shall I add a fluent requestMore(n)?

@akarnokd
Copy link
Member

akarnokd commented Nov 9, 2016

Yes, but don't forget to mark it as experimental.

@akarnokd akarnokd added this to the 2.0 backlog milestone Nov 9, 2016
@akarnokd
Copy link
Member

Closing via #4838

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants