Hey guys, I'm just stuck with using `onErrorResume...
# rx
p
Hey guys, I'm just stuck with using
onErrorResumeNext()
basically what I want to do is without breaking the chain pass a different
Observable
by looking at the error but I don't seem to get the error object to decide next in the chain. Any thoughts ?