launchdarkly / ios-client-sdk

LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
https://docs.launchdarkly.com/sdk/client-side/ios
Other
68 stars 84 forks source link

LDClient.start timeout when using DBDebugToolkit #251

Closed rweindl closed 3 years ago

rweindl commented 3 years ago

We are currently evaluating LaunchDarkly and run into the following issue: When using LaunchDarkly in parallel to frameworks like DBDebugToolkit we receive a timeout when calling LDClient.start. DBDebugToolkit integrates well with every other framework we are using.

I attached an example project demonstrating this issue. Open the evaluation.xcworkspace and please provide a mobile key in the AppDelegate.swift.

Thanks for looking into that.

evaluation.zip

m1entus commented 3 years ago

Seems can be related to https://github.com/dbukowski/DBDebugToolkit/issues/25

gwhelanLD commented 3 years ago

Thanks @m1entus for the related issue! That definitely looks like it would be the problem here. All I can recommend for @rweindl at this time would be to use the SDK only in polling mode when integrating DBDebugToolkit alongside the SDK.

Thanks, @gwhelanLD