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
The semantics of the rather naive implementation of RealmSet.iterator() are wrong in case of deleting elements since it does not keep track of the index for the last returned element, causing it to return or remove the wrong element after the first removal, failing in subsequent removals depending on the size of the set.
The text was updated successfully, but these errors were encountered:
The semantics of the rather naive implementation of
RealmSet.iterator()
are wrong in case of deleting elements since it does not keep track of the index for the last returned element, causing it to return or remove the wrong element after the first removal, failing in subsequent removals depending on the size of the set.The text was updated successfully, but these errors were encountered: