dtimofeev

Results 1 issues of dtimofeev

Hi, When Pool._removeIdleTimeoutConnections() is executed and an idle connection is selected for removal (regardless of the conditions) the following code is executed: https://github.com/sidorares/node-mysql2/blob/master/lib/pool.js#L208 This in turn removes the connection from...