The backoff API is made slightly clearer (what is :normal?), a new backoff type has been added (:rand) and there are TODOs to remove backwards compatible code in 1.0.
However perhaps we should move this to Connection as it is likely to be useful there?
Closes #19.
The backoff API is made slightly clearer (what is
:normal
?), a new backoff type has been added (:rand
) and there are TODOs to remove backwards compatible code in 1.0.However perhaps we should move this to Connection as it is likely to be useful there?