So I finally found out why my `Observable.merge` w...
# rx
t
So I finally found out why my
Observable.merge
wasn't working... I had used two different
Observable
classes and didn't notice:
rx.Observable
and
io.reactivex.Observable
... they both seem to be part of RxJava though. How can that be?