This repository has been archived by the owner on May 3, 2024. It is now read-only.
1.0.0
(Compatible with RxJava 1)
Contrary to the 0.x releases of this library, RxBonjour doesn't apply Schedulers
to created Observables
anymore! Therefore, please make sure to add the necessary subscribeOn()
to your chains yourself from now on.
Other than that, only the package name changed, which can be dealt with using a simple Search-Replace (import rxbonjour.
→ import de.mannodermaus.rxbonjour.
).
- Updated JmDNS library
- Moved Package Namespace
- Changed Scheduler Policy