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 was archived by the owner on Jan 9, 2025. It is now read-only.
When a call to StorageManager.store() is not protected with the same lock or synchronised on the same 'Object' then the change that is made to the Object graph, a ConcurrentModificationException modification exception can be thrown when using a collection (List, Set, ...). This is because the MicroStream internals are inspecting the structure and it is modified at the same time by the user code.