Closed ClementBaziret closed 3 weeks ago
This pull requests fixes the crash that was happening at random.
The crash was due to the main thread and the network thread accessing the game engine at the same time and invalidating iterators that then went out-of-bounds.
This pull requests fixes the crash that was happening at random.
The crash was due to the main thread and the network thread accessing the game engine at the same time and invalidating iterators that then went out-of-bounds.