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

score_sync not always syncing scores #3

Open
3ndG4me opened this issue Apr 8, 2018 · 0 comments
Open

score_sync not always syncing scores #3

3ndG4me opened this issue Apr 8, 2018 · 0 comments
Assignees
Labels

Comments

@3ndG4me
Copy link
Member

3ndG4me commented Apr 8, 2018

If a game has been running for a while and scores are dynamically reset on the main scoring server, then in some cases the client will fail to actually sync.

The end result looks like the client's server is caching scores, it is not. The bug is suspected to be due to an issue with copyfile not copying blank files (even though the score file should always at least have the box names in when populated). As a result a solution might be to null out the client's score file before copying to ensure data is sync'd correctly.

@3ndG4me 3ndG4me added the bug label Apr 8, 2018
@3ndG4me 3ndG4me self-assigned this Apr 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant