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

Make client reset fresh realm sync sessions honor the primary sync session's stop policy #7885

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

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Jul 12, 2024

As of RCore 14.10.4, the client reset fresh download realm does not honor the configured stop policy set for the primary sync session and always continues to download the fresh realm in the background, regardless of whether or not the primary sync session is still active or open.

Update the sync session created during a client reset for downloading the fresh realm so it honors the stop policy set for the primary sync session and stops downloading immediately if the primary sync session is closed or deactivated and the StopPolicy is Immediate.

NOTE: this also requires making the StopPolicy available at the SDK level, which it currently is not.

Copy link
Author

sync-by-unito bot commented Jul 12, 2024

➤ PM Bot commented:

Jira ticket: RCORE-2197

Copy link
Author

sync-by-unito bot commented Jul 12, 2024

➤ michael-wb commented:

Fixing this is currently not a priority since the StopPolicy isn't available in the SDKs.

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

0 participants