-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
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
Labels
No labels