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 has been archived by the owner on Dec 4, 2024. It is now read-only.
This issue referred to an early prerelease version of the SDK. We believe that the instability was eliminated prior to the 1.0.0 release. Please feel free to reopen the issue if you have seen it since then.
Switching to a new user will sometimes hang within this code:
User user = User.WithKey(userKey); await LdClient.Instance.IdentifyAsync(user);
The userKey is a test username or blank for a default user.
This is within a fresh test app on iOS and using the following to initialize the client.
User user = User.WithKey(userkey); LdClient ldClient = LdClient.Init(sdkKey, user);
The text was updated successfully, but these errors were encountered: