launchdarkly / dotnet-client-sdk

LaunchDarkly Client-side SDK for .NET
Other
7 stars 10 forks source link

IdentifyAsync will hang often #7

Closed molnarr2 closed 4 years ago

molnarr2 commented 5 years ago

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 commented 4 years ago

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.