This repository has been archived by the owner on May 30, 2024. It is now read-only.
5.10.6
LaunchDarklyReleaseBot
released this
06 Jan 22:57
·
6 commits
to 5.x
since this release
[5.10.6] - 2023-01-06
Fixed:
- Fixed unintended error behavior when the SDK is being shut down, if streaming is enabled. The symptom was that 1. the SDK could log a misleading message about a network error (in reality this was just the connection being deliberately closed) and 2. an uncaught exception could be thrown from the worker thread that managed that connection. The uncaught exception would be ignored in a default JVM configuration, but it could have more serious consequences in an application that had configured a default exception handler to be triggered by all uncaught exceptions.