sefidgaran / signalr_client

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

Add support for msgpack binary message format #22

Closed kaashyapan closed 2 years ago

kaashyapan commented 2 years ago

Add few tests for protocol messages

sefidgaran commented 2 years ago

Hi @kaashyapan ,

Thanks for the PR, I can see that after this PR the package in pub.dev is not showing WEB as supported platform. Please check. thanks!

image image
kaashyapan commented 2 years ago

Hmm. I was under the impression that the following commit made it possible for the msgpack library to be transpiled to js. https://github.com/knopp/msgpack_dart/pull/9 I will need to dig deeper...