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

RealmChangeListener never fired if modification is made from another process #3289

Closed
bdelville opened this issue Aug 12, 2016 · 2 comments
Closed

Comments

@bdelville
Copy link

Goal

I want to be notified of a data edition even if it's made in another process

Expected Results

I get notified

Actual Results

I never get notified, event after commit and close realm from the process

Steps & Code to Reproduce

  • Create a service in another process and an activity in the default process, and add a single item in the realm
  • Register a RealmChangeListener in the activity to this realm
  • Edit this item in the realm from the process. Commit and close the realm, whatever
  • RealmChangeListener never fire
  • From the activity, edit the item, the RealmChangeListener is fired

Version of Realm and tooling

Realm version(s): 1.1.0

Android Studio version: 2.1.2

Which Android version and device: Samsung Galaxy Tab A, Android 6.0.1

@beeender
Copy link
Contributor

The multi processes support has not been added yet. But we are working on it.
We have an issue to track this already, see #1091 .

I will close this issue and dup it to #1091.

Thanks a lot for your feedback!

@bdelville
Copy link
Author

Ok sorry for the duplicate. Thanks a lot for your work

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants