8bhsolutions commented on issue #924: URL: https://github.com/apache/cordova-android/issues/924#issuecomment-708757164
I didn't use PR #1073, so can't comment whether it works or not. On my first attempt to fix the issue, I only changed the collection to `Collection.synchronizedMap`, and did not change the `for` loop to `foreach` I can confirm that just changing to using the synchronizedMap does not fix the issue. I will add that even if PR #1073 works, it will not fix all `ConcurrentModificationException`, because CME occurs on other methods as well. It's just that `PostMessage` has the highest occurrence because `splashscreen` plugin invokes it during app load, and that is when all other plugins are also loading at the same time. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
