Use a single-threaded executor for the database.
This ensures that if two DatabaseExecutor tasks update the database and broadcast events, the events are broadcast in the same order as the updates occurred.
Showing
Loading
Please register or sign in to comment