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

Fixes problem when getting Loco data from CF #578

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

krichardsson
Copy link
Contributor

Fixes problem in Loco tab when getting status data for anchors from the CF. A state machine retrieves various parts of the data in a sequence and this sometimes stops. The problem occurs if the CF has not seen any anchors yet which leads to the client requesting status for no anchors. The next step is triggered when a callback is called, but as there were no anchors the callback is never called.
This PR only requests data when anchors have been found.

Replaces PR #575
Closes #409

@ataffanel ataffanel merged commit b6c5eb2 into master Jan 26, 2022
@ataffanel ataffanel deleted the krichardsson/fix-loco-tab-update-2 branch January 26, 2022 12:58
@krichardsson krichardsson added this to the 2022.01 milestone Jan 27, 2022
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

Successfully merging this pull request may close these issues.

Loco tab anchor status does not always update
2 participants