Azure / azure-signalr

Azure SignalR Service SDK for .NET
https://aka.ms/signalr-service
MIT License
427 stars 101 forks source link

Configuration Issues #1652

Open Mike-E-angelo opened 2 years ago

Mike-E-angelo commented 2 years ago

Describe the bug

In regards to https://github.com/Azure/azure-signalr/issues/1650

There appear to be two issues:

Ideally, all properties are configurable via configuration. This is almost essential for multi-environment deployments.

Thank you for any consideration and all your efforts out there.

vicancy commented 2 years ago

Nice catch, also we should consider replacing ConnectionCount with InitialConnectionCount + MaxConnectionCount. cc @vwxyzh