<@U0VLGG345> right now I suppose the best solution...
# rx
t
@gregd right now I suppose the best solution would be to use callbacks which return a
Completable
. Then I can zip those together and keep most errors inside the stream. Ideally I would've liked to expose my events as a
Observable
though