RangeError: Pool2: maxRequests must be a positive integer, Infinity given.
While the docs says
maxRequests
An integer greater than 0 (Infinity is also valid), to specify the maximum number of requests that the pool instance will allow. If the request queue exceeds this number, calls to acquire will fail with the error Pool is full.
I'm getting
While the docs says