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
On every feature flag check the following like is executed:
[[LDDataManager sharedManager] createFeatureEvent: featureKey keyValue:returnValue defaultKeyValue:fallback]; which is SYNCHRONOUSLY on the MAIN THREAD unarchiving a dictionary of objects, sets 1 key and archives all of them back.
This causes 70-90% CPU load on iPhone 6+ if called just 2 times a second.
This is a blocker for our release.
The text was updated successfully, but these errors were encountered:
On every feature flag check the following like is executed:
[[LDDataManager sharedManager] createFeatureEvent: featureKey keyValue:returnValue defaultKeyValue:fallback]; which is SYNCHRONOUSLY on the MAIN THREAD unarchiving a dictionary of objects, sets 1 key and archives all of them back.
This causes 70-90% CPU load on iPhone 6+ if called just 2 times a second.
This is a blocker for our release.
The text was updated successfully, but these errors were encountered: