damian
12/19/2017, 10:35 AMmyCompletable.toFlowable()
and wondered, why it didnt work as i wanted it to.. turns out it returned a Flowable<Completable>
💀 if i use myCompletable.toSingleDefault(true).toFlowable()
its working.. am i missing something here?