We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating the data in the realm from a service in another process and see the result from the activity in the default process
I can retrieve the new data as soon as commit is called in the service
The realm in the service from another process has to be closed for the activity to see the new values.
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
The text was updated successfully, but these errors were encountered:
Still same issue as #1091 Close and dup to #1091
And thanks again for the feedback!
Sorry, something went wrong.
No branches or pull requests
Goal
Updating the data in the realm from a service in another process and see the result from the activity in the default process
Expected Results
I can retrieve the new data as soon as commit is called in the service
Actual Results
The realm in the service from another process has to be closed for the activity to see the new values.
Steps & Code to Reproduce
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
The text was updated successfully, but these errors were encountered: