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

Fetch/sync API repeats cursor with more-to-follow #73

Open
jessepeterson opened this issue Jul 24, 2024 · 0 comments
Open

Fetch/sync API repeats cursor with more-to-follow #73

jessepeterson opened this issue Jul 24, 2024 · 0 comments

Comments

@jessepeterson
Copy link
Member

Reported in micromdm/micromdm#1016 that Apple repeatedly sends a more-to-follow response even for the same sync token that is returned. We'd need to address that in NanoDEP as well as we also quickly cycle out of our loop for the more-to-follow attribute:

nanodep/sync/syncer.go

Lines 216 to 217 in 0ff451e

if resp.MoreToFollow {
continue

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