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

App/UI falls behind live, in-game data #42

Open
tpressley opened this issue Nov 6, 2021 · 1 comment
Open

App/UI falls behind live, in-game data #42

tpressley opened this issue Nov 6, 2021 · 1 comment

Comments

@tpressley
Copy link

Tested in Forza Horizon 4 and Forza Horizon 5, when playing in-game the app eventually falls behind the live data, and gets further behind over time. Appears to be due to packets being buffered and the data coming in faster than it can be read.

I have a proposed solution, it's kinda "messy" but just disposing the client at the end of each request allows it to reset and remain constantly in sync with live data from the game. PR to be added shortly for review.

@austinbaccus
Copy link
Owner

I think this was solved by curtailing the map line if it got too long. Basically, in Horizon, the map goes on forever. I changed it to have a max length to prevent performance issues. Hopefully this fixed it for you.

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

No branches or pull requests

2 participants