Open sushaanttb opened 8 months ago
What's the purpose of having following condition. stats.calls == 0 in the while loop?
stats.calls == 0
To me, it seems to be redundant & might introduce bugs later.
What's the purpose of having following condition.
stats.calls == 0
in the while loop?To me, it seems to be redundant & might introduce bugs later.