Closed westtrade closed 9 months ago
The same issue has all LinkedLists
I can't seem to reproduce this problem:
const list = new LinkedList();
list.push("a");
console.log(list.length); // 1
list.shift();
console.log(list.length); // 0
Can you specify the version of Node, arangojs and x3-linkedlist
you're using?
This issue has been waiting for feedback for a while and there is nothing actionable here at the time, so I'm closing it for now. Feel free to re-open the issue if you can provide a reproducible example of the problem persisting in the latest version.
The this._responseQueueTimeSamples < this._queueTimes.length conditiona always will true, because this._queueTimes doesn't change their sizes.
screen-capture (1).webm