RxJavaTest icon indicating copy to clipboard operation
RxJavaTest copied to clipboard

请教RxJava异常处理

Open VeiZhang opened this issue 5 years ago • 0 comments

情形:使用flatMap连续发送一个队列请求,如果在中间某个请求因为异常,会导致后续请求无法完成。 请问,有什么方法,能跳过该异常,继续进行后续的请求呢?onErrorReturn会终止、onErrorResumeNext需要创建备用的队列,有没有办法继续原有的请求?

VeiZhang avatar Aug 03 '18 04:08 VeiZhang