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

Update sync state status in the tree #9694

Closed
Tracked by #8742
mattsse opened this issue Jul 22, 2024 · 0 comments · Fixed by #9695
Closed
Tracked by #8742

Update sync state status in the tree #9694

mattsse opened this issue Jul 22, 2024 · 0 comments · Fixed by #9695
Labels
C-enhancement New feature or request

Comments

@mattsse
Copy link
Collaborator

mattsse commented Jul 22, 2024

if we're syncing or no longer syncing we need to reflect this in the tree handler implementation.

ref

// we're no longer syncing
self.sync_state_updater.update_sync_state(SyncState::Idle);

this is done by communicating with the networkhandle:

impl NetworkSyncUpdater for NetworkHandle {
fn update_sync_state(&self, state: SyncState) {

this can be set during the orchestrator loop

@mattsse mattsse added the C-enhancement New feature or request label Jul 22, 2024
@mattsse mattsse changed the title Integrate sync state updater in orchestrator Update sync state status in the tree Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant