Unable to set destination route when connection to channel #248
-
I am new to Rsocket and reactive Websocket and I develop an application where I need multiple channels, where my clients can subscribe. Until now I tried 2 solutions but unfortunately non of them workd as I expected.
I have a Controller with this @MessageMapping
Unfortunately when I try to connect from my react native client the Destination route is alwayes ' '. Of course if I change @MessageMapping("my-channel") -> @MessageMapping("") it works perfectly but this solution is not appropriate for me. This is my client connection code:
The error message is this:
What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have specified data and metadata mime types on the client nt side incorrectly. Actual
Have to be
|
Beta Was this translation helpful? Give feedback.
You have specified data and metadata mime types on the client nt side incorrectly.
Actual
Have to be