Azure / azure-functions-signalrservice-extension

Azure Functions bindings for SignalR Service. Project moved to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService .
MIT License
96 stars 48 forks source link

Add hub protocol configuration on netcore3.1 (#187) #188

Closed Y-Sindo closed 3 years ago

Y-Sindo commented 3 years ago

The change that making newtonsoft the defalut protocol on netcore 3.1 is a breaking change. Now restore the defalut protocol on netcore 3.1 to System.Text.Json and allow user to use Azure:SignalR:HubProtocol to configure it.