Closed claudiochiumarulo closed 1 year ago
Hello, Thank you for reaching out, our team is currently investigating for a fix.
Hello ! We released a new version of the ServerSide module which should solve this concurrency issue.
Hello ! Can you confirm that the issue was solved with the release from last month please?
Hi, I wasn’t able to reproduce the issue consistently, so I cannot confirm the fix, unfortunately. We solved it by executing all the calls on a single threaded dispatcher
I'll close it for now since no one else had any issues since then. Thank you.
Hi, I recently implemented this library. I sometimes experience this crash
The crash points at the iterator.next() in the addAdditionalProperty method called on events in the execute() My guess is that some call to removePermanentData changes the list when the execute flow is iterating on it
I'm currently using version 5.3.0 for the Core library, and version 5.3.1 of the ServerSide library