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
Does realm handle possible conflicting attempts at multiple realm write transactions at the same time?
Of course I'm aware not to intentionally do more than 1 realm write transaction at once. But what happens in this example?:
Interval that writes and creates realm object every minute
Button to create the object
If they happen to coincide, would realm handle this? I've seen in swift some people create safeWrite function which checks for this. But it was bit outdated.
Appreciate any info on this, thanks.
The text was updated successfully, but these errors were encountered:
Does realm handle possible conflicting attempts at multiple realm write transactions at the same time?
Of course I'm aware not to intentionally do more than 1 realm write transaction at once. But what happens in this example?:
If they happen to coincide, would realm handle this? I've seen in swift some people create safeWrite function which checks for this. But it was bit outdated.
Appreciate any info on this, thanks.
The text was updated successfully, but these errors were encountered: