Skip to content

4.17.0

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 30 Mar 19:37
· 6 commits to v4 since this release

[4.17.0] - 2020-03-30

Added:

  • Config field StreamInitialReconnectDelay specifies how long the SDK should initially wait before retrying the stream connection after a failure. The default is one second; previously it was three seconds.

Changed:

  • When the SDK retries the stream connection after a failure, the delay now increases using an exponential backoff (which is reset to the initial level if the stream remains active for at least a minute), and each delay also has a random jitter from 0 to -50%. Previously, every retry used a three-second delay.