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
When using Realm on a background thread, create a serial queue. Realm Database does not support using realms in concurrent queues, such as the global() queue.
The documentation says does not support using realms in concurrent queues. Does this also include reading? I want to know if we need to use a serial queue even when reading in a background thread.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://www.mongodb.com/docs/realm/sdk/swift/advanced-guides/threading/#create-a-serial-queue-to-use-realm-on-a-background-thread
The documentation says
does not support using realms in concurrent queues
. Does this also include reading? I want to know if we need to use a serial queue even when reading in a background thread.Beta Was this translation helpful? Give feedback.
All reactions