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

Propagate error to Core in initial_data_callback #698

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

Propagate error to Core in initial_data_callback #698

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

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Jun 28, 2022

realm_core.dart

static int initial_data_callback(Pointer<Void> userdata, Pointer<shared_realm> realmHandle)

{ ... }

catch (ex)

{       
      // TODO: Propagate error to Core in initial_data_callback https://github.com/realm/realm-dart/issues/698
      //Core issue: https://github.com/realm/realm-core/issues/5366
    }
@nirinchev nirinchev self-assigned this Oct 4, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 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