unmodifiable structs use a non-synchronized hashmap, but the _addAll() method was using a parallel stream, so keys would sometimes get dropped. This would show up in the server scope. Stop using multi-threading in the constructor. It’s probably overkill anyway.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
unmodifiable structs use a non-synchronized hashmap, but the _addAll() method was using a parallel stream, so keys would sometimes get dropped. This would show up in the server scope. Stop using multi-threading in the constructor. It’s probably overkill anyway.