I am creating a pooled service with an initial pool size of 10 and an infite timeout.
I also preinitialize the pool.
I see that the 10 instances are created upon startup but when the service is used the instances get destroyed.
Shouldn’t it keep the 10 instances at all times?
… and after a while, we have 0 left

