Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore connection errors during pool destruction
There are some issues with older versions of node where errors can be emitted after `destroy` is called (e.g. EUNREACH, ECONNRESET). We want to ignore these during pool close.
- Loading branch information