sefidgaran / signalr_client

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

MsgPack #91

Open jasonlaw opened 4 months ago

jasonlaw commented 4 months 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.