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

[BACKPORT v2.12] camera_server: prevent double ack+message #2430

Merged
merged 1 commit into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. camera_server: prevent double ack+message

    It turns out we were sending the ack and message for storage information
    as well as capture status twice, once directly in the request handler
    callback, and once the MAVSDK user would call the respond function.
    
    We should only call it in the respond function, not in the callback.
    julianoes committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c6128a8 View commit details
    Browse the repository at this point in the history