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

Add multi-process support for download progress notifications during client reset download #7978

Open
sync-by-unito bot opened this issue Aug 12, 2024 · 2 comments
Assignees

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Aug 12, 2024

Create a design and add multi-process support for download progress notifications while the fresh realm is being downloaded during a client reset.

Need to determine if this is even possible, but it may involve writing the fresh realm progress to the client history download values, unless there is somewhere else where this info can be stored and accessed by the other processes.

Copy link
Author

sync-by-unito bot commented Aug 12, 2024

➤ PM Bot commented:

Jira ticket: RCORE-2237

Copy link
Author

sync-by-unito bot commented Aug 13, 2024

➤ michael-wb commented:

Spoke with Thomas regarding this today:
The proposed solution is to repurpose the existing downloadable and downloaded values in the client history to store the client reset fresh realm download progress and add a new function to set these values during the download:

static void set_temporary_download_progress(Transaction& tr, DownloadableProgress downloadable,
                                            uint64_t downloaded);

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

1 participant