You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[2.12.0] - 2018-04-22
Added
LDClientisOnline readonly property that reports the online/offline status.
LDClientsetOnline method to set the online/offline status. setOnline may operate asynchronously, so the client calls an optional completion block when the requested operation completes.
Changed
Fixed potential memory leak with DarklyEventSource.
Removed
LDClientonline and offline methods.
Fixed
Calling updateUser on LDClient while streaming no longer causes the SDK to request feature flags. The SDK now disconnects from the LaunchDarkly service and reconnects with the updated user.
Calling updateUser on LDClient while polling now resets the polling timer after making a feature flag request.