API Changes:
-
RxBackoff.exponential
- Add
multiplier
an argument. To obtain the same result (Binary exponential backoff) as v0.0.1, specify "2" for the multiplier.
- Add
-
RxBackoff.random
- An algorithm of the random interval can be easily generated.
API Changes:
RxBackoff.exponential
multiplier
an argument. To obtain the same result (Binary exponential backoff) as v0.0.1, specify "2" for the multiplier.RxBackoff.random