-
Notifications
You must be signed in to change notification settings - Fork 106
Microsoft.Azure.SignalR.Protocol MessagePack V2 breaking change #799
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
Comments
As dotnet/aspnetcore#18133 (comment), we will follow the same practice to build MessagePack from source to prevent such issues in the future. |
@marcodemagalhaes So depending on your use of SignalR it self, and the protocol you are using, you might be stuck until If you cannot wait until then, and can add complexity to your project, you might be able to fork the actual implementation of the |
Hi
When I upgraded messagepack to v2 the Microsoft.Azure.SignalR.Protocols package started to get error because it implements v1
There are plans to migrate to messagepack v2?
Thanks!
The text was updated successfully, but these errors were encountered: