Bugs:Taxi Lag Issue between Servers

From UniFly Documentation

Bug Information

Status: Resolved as of v1.0.2.89 Beta

Reported: 19/05/2023

Issue description

Aircraft connected to different UniFly servers had weird artefacts moving backward and forth through time as older data packets competed with newer ones

Cause of the bug

Upon further inspection, we diagnosed this as a result of each server pinging the other with information, and as a consequence of ping latencies this data was old data was still propagating throughout the mesh of servers up to a few seconds afterward, overriding any new data we had.

We've fixed this by simply ignoring any reports of data which is older than that which is currently stored, however some latency issues still persist which we'll look to clear up as much as we can