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
Question
I am running an application on a k8s cluster. When the app starts up, I do some initialization that can take a few seconds and would like to prevent the Azure SignalR service from sending client connections until after that time.
Can I use InitialHubServerConnectionCount and MaxHubServerConnectionCount for this purpose and change them after startup? Or is there some other recommended way of doing this.
Thanks!
The text was updated successfully, but these errors were encountered:
Question
I am running an application on a k8s cluster. When the app starts up, I do some initialization that can take a few seconds and would like to prevent the Azure SignalR service from sending client connections until after that time.
Can I use InitialHubServerConnectionCount and MaxHubServerConnectionCount for this purpose and change them after startup? Or is there some other recommended way of doing this.
Thanks!
The text was updated successfully, but these errors were encountered: