We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Schedulers.from(Executor, boolean)
Observable.repeatWhen
Completable.andThen(Completable)
observeOn
Scheduler
Flowable.publish
replay()
{Single|Maybe|Completable}.amb()
CompositeException.getRootCause()
timeout(fallback)
ignoreElement
Single
Completable
README.md
The text was updated successfully, but these errors were encountered:
will it include #6373 ?
Sorry, something went wrong.
Please read the linked PRs.
Closing via v2.2.6
No branches or pull requests
Version 2.2.6 - January 23, 2019 (Maven)
API enhancements
Schedulers.from(Executor, boolean)
overload.Bugfixes
Observable.repeatWhen
due to flooding repeat signal.Completable.andThen(Completable)
not running onobserveOn
'sScheduler
.Flowable.publish
not requesting upon client change.replay()
memory leak due to bad node retention.{Single|Maybe|Completable}.amb()
.CompositeException.getRootCause()
detecting loops in the cause graph.Documentation changes
timeout(fallback)
.Other changes
ignoreElement
to convertSingle
toCompletable
in theREADME.md
.The text was updated successfully, but these errors were encountered: