Skip to content

Unable to set destination route when connection to channel #248

Answered by OlegDokuka
szbenceg asked this question in Q&A
Discussion options

You must be logged in to vote

You have specified data and metadata mime types on the client nt side incorrectly.

Actual

metadataMimeType: "application/json",
dataMimeType: "message/x.rsocket.routing.v0"

Have to be

dataMimeType: "application/json",
    metadataMimeType: "message/x.rsocket.routing.v0"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@szbenceg
Comment options

Answer selected by szbenceg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants