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
asyncOpen a realm in a freshly installed iOS app with RealmSwift 3.16.1
Connect to and sync with realm in the app.
ToDo[4923:23491947] Sync: Connection[1]: Session[1]: client_reset_config = true, Realm exists = false, async open = true, client reset = false ToDo[4923:23491947] Sync: Connection[1]: Session[1]: Client reset config, metadata_dir = '/Users/xyz/Library/Developer/CoreSimulator/Devices/78F11C8E-D00C-46C5-98A0-B8EB0E104665/data/Containers/Data/Application/C58326A9-CE07-4305-8480-15EC5C24FC43/Documents/realm-object-server/io.realm.object-server-state/', recover_local_changes = true, require_recent_state_realm = true ToDo[4923:23491947] Sync: Connection[1]: Connected to endpoint '3.122.70.141:443' (from '192.168.1.52:61900') ToDo[4923:23491947] Sync: Connection[1]: Session[1]: Received: ERROR(error_code=214, message_size=21, try_again=0) ToDo[4923:23491947] Sync: Connection[1]: Disconnected
initializeRealmPermissions(realm)
Code is used as in https://github.com/realm/my-first-realm-app/tree/master/ios/01-query-based-sync
Realm framework version: 3.16.1
Realm Object Server version: 3.23.1
Xcode version: 10.2.1 (10E1001)
iOS version: 12.2
The text was updated successfully, but these errors were encountered:
asyncOpen doesn't do anything particularly interesting or useful on a query-based sync Realm, but it indeed shouldn't be outright failing like this.
Sorry, something went wrong.
Thanks, received the fix in 3.16.2 just a couple of days after I reported the problem. Cool!
tgoyne
Successfully merging a pull request may close this issue.
Goals
asyncOpen a realm in a freshly installed iOS app with RealmSwift 3.16.1
Expected Results
Connect to and sync with realm in the app.
Actual Results
Steps to Reproduce
initializeRealmPermissions(realm)
as this is supposed to run only once.Code Sample
Code is used as in https://github.com/realm/my-first-realm-app/tree/master/ios/01-query-based-sync
Version of Realm and Tooling
Realm framework version: 3.16.1
Realm Object Server version: 3.23.1
Xcode version: 10.2.1 (10E1001)
iOS version: 12.2
The text was updated successfully, but these errors were encountered: