Open breeeew opened 9 years ago
I meet the same question!
Did any 1 of you have resolved this? I tried changing the code to experiment different end/release method to remove connection. Like in memcahced.end method added
manager.end();//pool
manager.release();//pool
memcached.connections[key].end(true);//replace free with end with hard set to true to force destroy connection
But all of them fails...
Any 1 has any update or solution/alternate to this issue. It is(may be) causing serious issue when there traffic on server is coming with 8k qps.
I meet the same question too!
Same here - tested with NodeJS 8.x and 10.x
Still having this issue with Node.js 14 LTS. Decided to use memjs instead, it also supports promises.
In first console:
Second console:
And now in first console:
And in second console:
Documentation says it close ALL active connectkions: