Inconsistent ConcurrentModificationException on startup
yungnickyoung opened this issue ยท 1 comments
I rarely get a ConcurrentModificationException
on startup. It appears during client init, when registering commands:
I have no experience with registering commands, but perhaps the command registration needs to be wrapped in event.enqueueWork()
to execute thread-safely.
Potential duplicate of #105