Skip to content

Add backoff recovery strategies#130

Open
sansmoraxz wants to merge 1 commit into
grid-x:masterfrom
sansmoraxz:feat/backoff
Open

Add backoff recovery strategies#130
sansmoraxz wants to merge 1 commit into
grid-x:masterfrom
sansmoraxz:feat/backoff

Conversation

@sansmoraxz

Copy link
Copy Markdown
Contributor

Can choose among various backoff strategies (fixed, lineal, exponential)

Current way of adding is marked deprecated (instead of introducing a breaking change). To replicate current behaviour use fixed strategy.

The entire recovery process is still opt-in. Except that the basic constructors now uses exponential recovery. (TCP in 10ms range, and serial plays in 100 ms range).

Fixes: #127

@sansmoraxz

Copy link
Copy Markdown
Contributor Author

Regarding UDP not entirely sure if it makes sense to have recovery.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link recovery backoff strategy

1 participant