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

Conversation

julianoes
Copy link
Collaborator

Backport of #2429.

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.
Copy link

sonarcloud bot commented Oct 22, 2024

@julianoes julianoes merged commit 0a6c109 into v2.12 Oct 22, 2024
27 of 31 checks passed
@julianoes julianoes deleted the pr-v2.12-fix-camera-server-acks branch October 22, 2024 02:33
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.

1 participant