Skip to content

Rework reconnection logic #1921

Description

@Plerx2493

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

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions