Skip to content

2.20.2

Choose a tag to compare

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 18 Feb 18:58

[2.20.2] - 2022-02-18

Fixed:

  • If the SDK receives invalid JSON data from a streaming connection (possibly as a result of the connection being cut off), it now uses its regular error-handling logic: the error is emitted as an error event or, if there are no error event listeners, it is logged. Previously, the error would be thrown as an unhandled exception.