Skip to content

Commit a545964

Browse files
committed
Added note about doubling the delay
1 parent 9be4f1d commit a545964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AsyncClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ private function handleLowLevelError(Throwable $throwable)
255255
return Observable::timer(1);
256256
}
257257

258+
// Double our delay each time we get here
258259
$this->delay *= 2;
259260

260261
return Observable::timer($this->delay);

0 commit comments

Comments
 (0)