Event based synchronization of threads with main game loop
Typically, Game Engines want their telemetry data sent in a side thread which runs independently (asynchronously) from the main game loop. The telemetry thread packages up data as it comes in and executes a send via HTTP or websockets every …
Read More