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
Hi there , What can we do when server negotiation response keys are different from hard-coded keys in framework ? for example "ConnectionId" instead of connectionId.🧐
Thanks.
The text was updated successfully, but these errors were encountered:
SignalR will have the same casing for keys specific to SignalR protocol. As per the spec connectionId is using camel case. If the server responds with different casing it is a violation of the protocol and this client will not work with a server like this. Can you show an actual case where you see the mismatch?
Hi there , What can we do when server negotiation response keys are different from hard-coded keys in framework ? for example "ConnectionId" instead of connectionId.🧐
Thanks.
The text was updated successfully, but these errors were encountered: