FreeRTOS/backoffAlgorithm

Comment doesn't make sense

Closed this issue · 2 comments

/* If BACKOFF_ALGORITHM_RETRY_FOREVER is set to 0, try forever. */

Since BACKOFF_ALGORITHM_RETRY_FOREVER is a constant 0, I suspect you meant to say 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