Skip to content

Commit

Permalink
Merge pull request openshift#333 from rollandf/refresh-channel
Browse files Browse the repository at this point in the history
Wait for writer response on Refresh
  • Loading branch information
SchSeba authored Jul 13, 2022
2 parents 6bf77eb + 3fb9f6d commit d8700d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ func (dn *Daemon) nodeStateSyncHandler(generation int64) error {
syncStatus: "Succeeded",
lastSyncError: "",
}
// wait for writer to refresh the status
<-dn.syncCh
}

return nil
Expand Down

0 comments on commit d8700d5

Please sign in to comment.