Skip to content

4.3.2

Choose a tag to compare

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 20 Oct 18:55
· 43 commits to main since this release

[4.3.2] - 2022-10-20

Added:

  • Implemented jitter and backoff for streaming connections. When a connection fails the retry will start at the streamReconnectDelay and will double on each unsuccessful consecutive connection attempt (backoff) to a max of 30 seconds. The delay will be adjusted from 50%-100% of the calculated delay to prevent many clients from attempting to reconnect at the same time (jitter).

Changed: