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
After obtaining a Realm instance in SyncConfiguration.CreateRealmAsync, we should refresh it. We do that for the synchronous open method, so we should provide consistent behavior. Likely the best approach there would be to call refresh when resolving the thread safe reference in native.
The text was updated successfully, but these errors were encountered:
After obtaining a Realm instance in
SyncConfiguration.CreateRealmAsync
, we should refresh it. We do that for the synchronous open method, so we should provide consistent behavior. Likely the best approach there would be to callrefresh
when resolving the thread safe reference in native.The text was updated successfully, but these errors were encountered: