We are currently using SignalR Client (Microsoft.AspNetCore.SignalR.Client.HubConnection).
I am working on replacing this with Rebex.WebSocket.
When using Rebex.WebSocket, I am wondering if it is possible to communicate with SignalR server.
Also, if Microsoft SignalR server or WebSocket server uses MessagePack, I am not sure what to do with Rebex.WebSocket.
If you have any information for reference, please let me know.
Thank you.
BooKyung Oh.