Anyone know how to `switchOnNext` against an `Obse...
# rx
l
Anyone know how to
switchOnNext
against an
Observable<Completable>
? Essentially I want to keep a subscription to the most recently emitted
Completable
emitted by an
Observable
, but for some reason that's proving challenging.
l