You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I using @microsoft/signalr-protocol-msgpack in my React application and 3 days ago it's started throwing error on Type MessageType.Invocation is not assignable to type MessageType.StreamInvocation when I try to use your import { MessagePackHubProtocol } from "@microsoft/signalr-protocol-msgpack"
Can you check your dependencies to update @msgpack/msgpack to 2.8.0 ?
If I'm wrong, I will be glad for any response!
The text was updated successfully, but these errors were encountered:
Hello! I using @microsoft/signalr-protocol-msgpack in my React application and 3 days ago it's started throwing error on
Type MessageType.Invocation is not assignable to type MessageType.StreamInvocation
when I try to use yourimport { MessagePackHubProtocol } from "@microsoft/signalr-protocol-msgpack"
Can you check your dependencies to update @msgpack/msgpack to 2.8.0 ?
If I'm wrong, I will be glad for any response!
The text was updated successfully, but these errors were encountered: