-
Notifications
You must be signed in to change notification settings - Fork 14
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
Simplify post-score-completion process by sending score ID from client #191
Comments
As an exercise, I implemented this change client/server. It looks like it will work, and cleans up some of the code. It can likely be further cleaned up. As touched on on discord, I'm not sure if we want to keep the client-side flow synchronous (this change relies on it). This requires further discussion, I'd be interested in hearing other's opinions. https://github.com/ppy/osu-server-spectator/compare/master...peppy:osu-server-spectator:post-score-completion-simplification?expand=1 @bdach you mentioned working on retry logic, which will likely tie into this, so please peruse the above and see how it slots into the equation when you do. I'll leave myself assigned to this since I now have a good idea of how it can work, but won't be putting any more time into this just yet. |
Unassigning myself from this for now, as it's going to be intertwined with score submit retry (see #24609). |
Moving out of project for now. |
In theory, we should be able to do something like this:
This would hopefully avoid the polling resolution process we have in place for replay uploads. We should be able to trust the client's returned ID as we can cross-check with the
solo_score_tokens
table.The text was updated successfully, but these errors were encountered: