[CONJS-187] pool ensuring multi-request process order Created: 2022-02-14 Updated: 2022-02-14 Resolved: 2022-02-14 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | pool |
| Affects Version/s: | 3.0.0-beta, 3.0.0-rc |
| Fix Version/s: | 3.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | 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. |