Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.0-beta, 3.0.0-rc
-
None
Description
(This was concerning only 3.0 version)
After some investigation because of a test sporadically in error: when a pool is intensively adding query request, the handling of those request were delayed.
Now adding a request/pool internals using only one promise, making normal use of node.js event loop.