Open GoogleCodeExporter opened 9 years ago
Correction
"1) If this is our first request (Request.lastCallTime == null), then we set
the lastCallTime to null. This guarantees that when we see how much time has
passed since our first request, it will be less than 1000ms, thus causing us to
wait for our first request."
lastCallTime is not set to null, it is set to Now. Which means that the
difference will always be less than 1 second.
Original comment by xXBiohaz...@gmail.com
on 4 Jan 2012 at 1:28
Original issue reported on code.google.com by
xXBiohaz...@gmail.com
on 4 Jan 2012 at 1:21