Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Reconnection delay #358

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Reconnection delay #358

merged 1 commit into from
Apr 20, 2020

Conversation

emgre
Copy link
Member

@emgre emgre commented Mar 27, 2020

Fix #354.

  • ChannelRetry now has a reconnectDelay parameter to add a delay before trying to re-establish a connection. It is defaulted to 0ms.
  • I did not go with the IOpenStrategy modification I suggested in the mailing list, because it is not exposed in the Java and C# bindings.

@emgre emgre force-pushed the feature/reconnection-delay branch from 30dac3f to 1017807 Compare April 17, 2020 13:42
@emgre emgre force-pushed the feature/reconnection-delay branch from 1017807 to 7794aa5 Compare April 17, 2020 13:59
@emgre emgre merged commit 8804702 into release-2.x Apr 20, 2020
@jadamcrain jadamcrain deleted the feature/reconnection-delay branch May 15, 2020 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend IOpenDelayStrategy to provide optional delay before reconnecting
1 participant