Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix countIds in userGetIdentities once Core changes how count is retrieved. #690

Closed
Tracked by #702
sync-by-unito bot opened this issue Jun 28, 2022 · 0 comments · Fixed by #495
Closed
Tracked by #702

Fix countIds in userGetIdentities once Core changes how count is retrieved. #690

sync-by-unito bot opened this issue Jun 28, 2022 · 0 comments · Fixed by #495
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Jun 28, 2022

realm_core.dart

List<UserIdentity> userGetIdentities(User user) {
    return using((arena) {

// TODO: Fix countIds in userGetIdentities once Core changes how count is retrieved.
      // https://github.com/realm/realm-dart/issues/690
      // This approach is prone to race conditions.

final idsCount = arena<IntPtr>();
 ```
@nirinchev nirinchev self-assigned this Aug 18, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant