Version 1.1.0 just came out and it looks like they dropped rx.observables.AbstractOnSubscribe
Removals from Public API
- Observable.onBackpressureBlock
- rx.observables.AbstractOnSubscribe
- Removal of stateful methods from the generic rx.subjects.Subject abstract class
AbstractOnSubscribe
was my preferred way of creating non-trivial observables. Why was it removed, and what's can I replace it with?