java.util.ConcurrentModificationException
in Peripheral.asWritableMap
on Android 14
#1229
Labels
java.util.ConcurrentModificationException
in Peripheral.asWritableMap
on Android 14
#1229
Describe the bug
There is an concurrent usage issue with the
Peripheral.asWritableMap
on Android 14.To Reproduce
Haven't been able to reproduce yet.
Expected behavior
To to throw such exception.
Smartphone (please complete the following information):
Additional context
Stacktrace
There is some good explanation about this exception here: https://stackoverflow.com/a/55141359
I'm not sure if using the
for (it : iterator)
syntax would help here.The text was updated successfully, but these errors were encountered: