Releases: YukiMatsumura/RxBackoff
Releases · YukiMatsumura/RxBackoff
v0.0.2
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.
-
RxBackoff.random
- An algorithm of the random interval can be easily generated.