Skip to content
Failed

Changes

Summary

  1. Attempt to fix intermittent ConcurrentModificationException on server. (details)
Commit 36ca809657353d7e2aa3cb81e48b5340d21ed96e by Mike Dawson
Attempt to fix intermittent ConcurrentModificationException on server.

Koin DI factories can be called concurrently when multiple requests are ongoing. Add ReentrantLock when creating and linking account scope on the server.
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/Application.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/ServerKoinModule.kt (diff)