mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Access to pool from Wrapper #113

Closed ook closed 5 years ago

ook commented 5 years ago

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!

ook commented 5 years ago

(PR opened)