Closed ook closed 5 years ago
When using ConnectionPool::Wrapper, we can't access the @pool definition, so it prevents us from checking the pool status.
ConnectionPool::Wrapper
@pool
Let's give that access!
(PR opened)
When using
ConnectionPool::Wrapper
, we can't access the@pool
definition, so it prevents us from checking the pool status.Let's give that access!