-
Notifications
You must be signed in to change notification settings - Fork 110
Update to Rxjava 1.0.8 & add onBackpressureDropDo to ExperimentalAPIs #151
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
Conversation
|
In RxJava, both |
|
It's because |
|
@samuelgruetter how about I just update RxJava? I would like to release a new version to test the build scripts. |
|
As you wish ;-) Or I'd also be fine with renaming |
|
onBackpressureDropWith or onBackpressureDropWithAction? |
|
onBackpressureDropDo would be somewhat analogues with the doOn*(Action) methods? |
I think onBackpressureDropDo is better. @samuelgruetter thoughts? |
|
+1 for onBackpressureDropDo |
|
Updated the method name. |
|
LGTM |
Update to Rxjava 1.0.8 & add onBackpressureDropDo to ExperimentalAPIs
No description provided.