Fix bug prunePendingRequestQueue returning empty list#14
Conversation
|
I see what I've done wrong here, I did the decrement too late. The idea was that if you put the loop at zero, then it would never end until all the items have been accounted for by the break clause. This would work if the while was prefixed, ala The easier fix here would be to add if ($limit <= 0) {
$limit = -1;
}right at the function head. |
|
Hi chuyskywalker, Yes you're totally right about that. But in my personal opinion I think setting Can we have this fix in the next release please? :) Cheers, |
|
Hi again, Is there any chance to push this? |
|
Hi, do you have any updates on this request? I'm using this on production for a while and haven't seen any problems with it. |
|
Hello @chuyskywalker, do you have update on this PR? :) Thanks |
Pull request for issue #13