edgedb / edgedb-net

The official .NET client library for EdgeDB
https://edgedb.com
Apache License 2.0
83 stars 9 forks source link

fix case when parameter status for concurrency isn't sent #40

Closed quinchs closed 1 year ago

quinchs commented 1 year ago

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 to 0 which is invalid, throwing a System.ArgumentOutOfRangeException.

Closes #39