Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replay time ordering #415

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Replay time ordering #415

wants to merge 8 commits into from

Conversation

lmeier
Copy link
Contributor

@lmeier lmeier commented Nov 7, 2024

We do 2 things here:

  • for all tracks we include the updatedAtMsDiff, which will be used to determine the location.updatedAt
  • we modify updatedAtMsDiff in RadarAPIHelper to update updatedAtMsDiff at request time, as updatedAtMsDiff is meant to represent the difference between the client request time and the timestamp of the location processed by the SDK. This is an important fix to locations being replayed as previously their updatedAtMsDiff was determined by their original (failed) request time — not actually the time at successful request.

@lmeier lmeier marked this pull request as ready for review November 11, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants