This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Implement registration-retry with exponential backoff #118
Labels
good first issue
Good for newcomers
In current implementation, the device will try to register itself to the server every 10 seconds if fails.
We'd like to change that behavior to retry with an exponential backoff (10s, 20s, 40s, …), that is capped at 1 minute.
The text was updated successfully, but these errors were encountered: