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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
It appears that identify method does not have a timeout (connectionTimeout does not seem to work)
I was able to reproduce while device is offline identify request hangs forever
In my suspicion this causes our app to hang upon launch as we are waiting for identify in order to evaluate feature flags.
we are using: "launchdarkly-react-native-client-sdk": "^7.1.4",
please assist as this is a critical issue for us that might cause us to stop using launchdarkly completely(also we need to make sure that all rest of requests does have a timeout as well)