Is AutoQuery DbConnection AutoDisposed?

i find AutoQuery AutoCloseDbConnection is false.
is there anyway can close or dispose connection programmatically?

our application use 512 max pool size setting, and sometimes it’s get over 512 then crashed.

AutoQuery DB connections should be disposed and returned back to the pool (if you’re using connection pooling) just like any regular ServiceStack Service.

What RDBMS are you using?

I’m using Microsoft SQL Server 2008 R2. not sure what problem, i will check again.

when i debug on AutoQuery , AutoCloseDbConnection is set to false and Db is Open.

What AutoCloseDbConnection are you referring to? What Type is this property on?