Skip to content

Parsing Strictness #8

@benjchristensen

Description

@benjchristensen

Right now it fails if it sees a message it doesn't understand: https://github.com/ReactiveSocket/reactivesocket-java/blob/e38b757ca02e597712139dfb9d01ba5dc7079c40/src/main/java/io/reactivesocket/ReactiveSocketServerProtocol.java#L76

Should this continue to behave this way? Are there message types it should ignore?

The protocol will support headers with an "ignore" bit: https://github.com/ReactiveSocket/reactivesocket/blob/79b046b3617a28ee5809f988967acc2b4ea3541c/Protocol.md#header-chains This suggests the server should at least ignore those if it doesn't understand them.

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