Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MessagePack protocol performance with SignalR core library #279

Open
aruntrips opened this issue Feb 3, 2020 · 1 comment
Open

MessagePack protocol performance with SignalR core library #279

aruntrips opened this issue Feb 3, 2020 · 1 comment

Comments

@aruntrips
Copy link

We are using MessagePack with SignalR core library and typescript client. Objective is to reduce JSON data size which is 50 KB for plain JSON format. However we don't see much reduction over JSON and it's around 10% or less in binary format when we check in network calls. Something around 44 KB so compression is not much as you see here.

Can someone guide me what's correct way or is it even possible to reduce this further. I have tried to search over issues here and in stackoverflow but couldn't not find anything similar answer.

@markusschaber
Copy link

As far as I can see, this repository is for the MessagePack format specification, not for specific implementations. Also, this is a bug tracker and not a supporrt forum.
So you may get better answers when posting in an appropriate channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants