Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

IdentifyAsync will hang often #7

Closed
molnarr2 opened this issue Jan 16, 2019 · 1 comment
Closed

IdentifyAsync will hang often #7

molnarr2 opened this issue Jan 16, 2019 · 1 comment

Comments

@molnarr2
Copy link

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);

@eli-darkly
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants