Hi,
My client application overshooting the request so it gets service unavailable error at times and the same request gets proper response during retry. So planning to limit the max concurrentCallsPerConnections to some limit.
Would like to understand the behaviour of introducing this change
1. The limit is applicable all the clients??
2.What happens if the limit is reached on the server , will the client request gets queued or the request will be errored??