Skip to content

webclient onErrorResume does not work #151

@781574155

Description

@781574155
            var result = client.initialize()
                    .onErrorResume(e -> Mono.empty())
                    .block();

when I connect to a 404 endpoint, there is still error print on screen after I setup onErrorResume.

Please finish this:

Image

Not only non-200-ok response, but also 'Connection refused: getsockopt'

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