Summary
New fields in Config:
- uint MaximumReconnectionRetries
TimeSpan? ReconnectionDelayDuration (Static delay)
Func<uint attempt, TimeSpan result>? ReconnectionDelayGenerator (dynamic delay)
To be removed:
- bool ReconnectIndefinitely
Defaults should have a implementation with some kind of hardlimit (maybe 15-30 min?)
Notes
Currently blocked by #1908
Summary
New fields in Config:
TimeSpan?ReconnectionDelayDuration (Static delay)Func<uint attempt, TimeSpan result>?ReconnectionDelayGenerator (dynamic delay)To be removed:
Defaults should have a implementation with some kind of hardlimit (maybe 15-30 min?)
Notes
Currently blocked by #1908