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

Clarify missing AzureSignalRServiceTransportType error #164

Closed bmc-msft closed 3 years ago

bmc-msft commented 3 years ago

When AzureSignalRServiceTransportType is unset, users get the log message Unsupported service transport type: . Use default Transient instead. which is confusing.

This clarifies it's using the default setting if not set.

bmc-msft commented 3 years ago

This is related to #156