Skip to content

RxJavaErrorHandler does not get invoked when onErrorResumeNext/onErrorReturn/... are involved #1215

@mattrjacobs

Description

@mattrjacobs

The RxJavaErrorHandler only gets invoked in SafeSubscriber._onError(ex). Given the use of operators as of RxJava 0.17.x, onErrors caught and handled by the onErrorResumeNext/onErrorReturn/... patterns don't propagate out to SafeSubscriber, and never get handled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions