The behavior for pool concurrency relies on the parameter status message containing the suggested_pool_concurrency value, if this message isn't sent, the client will attempt to rescale the pool to 0 which is invalid, throwing a System.ArgumentOutOfRangeException.
Summary
The behavior for pool concurrency relies on the parameter status message containing the
suggested_pool_concurrency
value, if this message isn't sent, the client will attempt to rescale the pool to0
which is invalid, throwing aSystem.ArgumentOutOfRangeException
.Closes #39