coopernurse / node-pool

Generic resource pooling for node.js
2.37k stars 259 forks source link

domain context is missing since v3 #239

Open regevbr opened 6 years ago

regevbr commented 6 years ago

In pr #152 you added support for context preservation using domains. Somewhere along the line (probably v3) you removed that support, causing my application to stop working properly (more specifically the mssql npm package that relies on this repo stopped propagating context) Can you please reenable the domain support? @LewisJEllis care to make another pull request?