eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

The points sometimes not moving synchronous #44

Open viper4gh opened 8 years ago

viper4gh commented 8 years ago

Normally all points should move at the same time, but sometimes only a part move on a data update and the others catch up at the following data update.

Maybe it has something to do with: at which point is the data written to the array and at which point is it read. Maybe the array is sometimes read out if the new data update is not fully written to the array.