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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features:
Add an async negotiation method for ServerlessHub(#180). Allow to pass an HttpContext object as the negotiation parameter. The old sync method is marked as Obsolete.
Support configuring SignalR Hub protocol on Azure Function V3 runtime. (#187) For functions in other languages than C#, we recommend to use "Azure:SignalR:HubProtocol=NewtonsoftJson" configuration. (You don't need to take care of this since v1.4.0)
Bug fixes:
Support duplicated key in query, header, claims (#151)
Fix for Issue 159: Expression bindings for SignalRTrigger not functioning (#160) Authored-by: Alan Holt [email protected]@holtalanm
Remove the confusing warning when ServiceTransportType is not configured. (#164) @bmc-msft