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
The Microsoft specification has a value QueueLimit, which is not implemented in the options and would be very useful to limit the number of waiting open connections. Once QueueLimit is reached, it should start having 429 errors the client should handle. Strangely, the concurrency limiter does implement QueueLimit.