-
Notifications
You must be signed in to change notification settings - Fork 173
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
No longer notify RealmResults changes from other clients #4909
Comments
There are sync-logs. -- Sync Log - Core version: 11.4.1 on Client A [RealmSync] 2 Connection[1]: Session[1]: Received: DOWNLOAD(download_server_version=23, download_client_version=0, latest_server_version=23, latest_server_version_salt=..., upload_client_version=11, upload_server_version=22, downloadable_bytes=0, num_changesets=1, ...) -- Sync Log - Core version: 11.3.1 on Client B [RealmSync] 2 Connection[2]: Session[2]: Received: DOWNLOAD(download_server_version=23, download_client_version=0, latest_server_version=23, latest_server_version_salt=..., upload_client_version=32, upload_server_version=22, downloadable_bytes=0, num_changesets=1, ...) |
@tgoyne could you have a look at this to see if this could be caused by the change that is mentioned? |
@tgoyne could you have a look at this to see if this could be caused by the change that is mentioned? Why don't you reply for this issue. Changing on realm-cocoa is not an essential solution. Bugs on realm-core, still remain. |
@jedelbo Thanks! |
I don't see any reason to think that #4839 is related or that there's a core bug here. |
This issue is not a phenomenon that only appears in 'realm-cocoa', so you will need to verify it in libraries for other language as well. |
@jumilla have you experienced the issue with other SDKs? If so, please file an issue in the relevant SDK's repository. Per Thomas's investigation, this was caused by a bug in realm-cocoa which is now fixed. |
@nirinchev Where was the cause in realm-cocoa? |
It's in the linked PR from this issue: If you navigate to the PR you can see what the cause of the issue was and how it was resolved. |
Synchronized Realm (using MongoDB Realm) no longer notify of RealmResults changes from other clients on Core version 11.4.1.
It have been notified of myself updates.
I have confirmed that the change-set has been downloaded from sync server in a sync log.
I have confirmed that it works on Core version 11.3.1.
Maybe it's due to the following Pull Request:
#4839
Expected results
Realm sync client notifies RealmResults changes from other clients.
Actual Results
Realm sync client doesn't notify RealmResults changes from other clients.
Core version
Core version: 11.4.1
The text was updated successfully, but these errors were encountered: