Open aksharj opened 4 years ago
I'm seeing the same thing. I have my max: 10 and min: 0 and after I release all resources I still have available: 1.
Yes, I'm observing the same.
Additionally, calling drain and clear doesn't call destroy. Why is that?
Hi,
Just an update here, i need to explictly call destroy function to release the resourcse, may be i have configured something incorrectly
Sorry to be posting it here but i am unable to find an answer anywhere else.
I am trying to create a pupeteer pool and the destroy method from the factory is not getting called.
I am able to acquire resource but not able to release and destroy is not called.
here are relevant parts of the code
browser-pool.js
processor.js
I am missing something but not sure what. Any help would be really great. Thanks