I'm new about RSocket, so please bear with me.
I am able to follow a working example of Spring boot RSocket both server and client over TCP and Websocket. However, if I have got an existing client application which implemented the standardWebSocket then can I create a new server application which implements RSocket - Spring boot and let the existing client application connect to this new server without changing any client's source code.
Actually I have tried some by with following links
Spring Websocket Client (Without STOMP)
As a result, looks like the server did not receive any messages from the client. Do I miss-understand concept here?