2.2.1
LaunchDarklyReleaseBot
released this
21 Oct 18:08
·
205 commits
to main
since this release
[2.2.1] - 2022-10-21
Changed:
- Upgraded to
js-sdk-common
version4.3.2
which includes implementations ofjitter
andbackoff
for streaming connections. When a connection fails the retry will start at thestreamReconnectDelay
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
).