1.2.0
[1.2.0] - 2018-10-24
Changed
-
The non-strong-named version of this library (
LaunchDarkly.Common
) can now be used with a non-strong-named version ofLaunchDarkly.Client
, which does not normally exist but could be built as part of a fork of the SDK. -
Previously, the delay before stream reconnect attempts would increase exponentially only if the previous connection could not be made at all or returned an HTTP error; if it received an HTTP 200 status, the delay would be reset to the minimum even if the connection then immediately failed. Now, if the stream connection fails after it has been up for less than a minute, the reconnect delay will continue to increase. (changed in
LaunchDarkly.EventSource
3.2.0)
Fixed
-
Fixed an unobserved exception that could occur following a stream timeout, which could cause a crash in .NET 4.0. (fixed in
LaunchDarkly.EventSource
3.2.0) -
A
NullReferenceException
could sometimes be logged if a stream connection failed. (fixed inLaunchDarkly.EventSource
3.2.0)