Closed this issue 4 years ago · 2 comments
backoffAlgorithm/source/backoff_algorithm.c
Line 47 in 7416979
Since BACKOFF_ALGORITHM_RETRY_FOREVER is a constant 0, I suspect you meant to say if maxRetryAttempts == 0 ...
if maxRetryAttempts == 0 ...
Hi @jvmatl, thanks for pointing out the issue with the comment. We will fix the comment soon 🙂.
Closing this, since it appears the issue is/will-be resolved by the most recent approved PR for #27