You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
objectPermission is still registering an async query & wait for the UPDATE state as a signal that the permission schema has been synchronised from the server. This could be avoided by using an asyncOpen that starts with a schema-less Realm then waitForChange (similar to what Cocoa is doing).
objectPermission
is still registering an async query & wait for theUPDATE
state as a signal that the permission schema has been synchronised from the server. This could be avoided by using anasyncOpen
that starts with a schema-less Realm then waitForChange (similar to what Cocoa is doing).This should be fixed once realm/realm-java#5812 is implemented
The text was updated successfully, but these errors were encountered: