Skip to content

RSocketClient requests never complete if performed after Connection send error #468

@mostroverkhov

Description

@mostroverkhov

Also, state (senders and receivers) of those new requests is never released. Likely because
connection.send(sendProcessor)... stream gets terminated and sendProcessor itself becomes cancelled.

Expected behavior is once Connection.send is terminated with error, all subsequent requests must be terminated with same error too.

Can be reproduced with following test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions