sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 111 forks source link

MsgPack #91

Open jasonlaw opened 1 month ago

jasonlaw commented 1 month ago

Hi,

Is MsgPack is mandatory? I do not have control over the server side, and I am expecting normal json string from server. May I know how to listen to the server response with String data type (in json format)?

Thanks in advance.