Open
Description
Context
Our current backoff strategy is just retrying every 100ms. This should be configurable, and we should support both linear and exponential backoff strategies.
The current code is here:
msg-rs/msg-transport/src/durable/session.rs
Lines 155 to 197 in 8f99004