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] core: prevent invalid duplicate acks #2424

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

julianoes
Copy link
Collaborator

It turns out we respond with two acks to a MAV_REQUEST_MESSAGE when we should only respond once with the successful one.

Alternatively, we could first grab all the results and then do some magic to determine which one is the best ack but that's a bit too magic and complex, so I'm not doing that yet.

It turns out we respond with two acks to a MAV_REQUEST_MESSAGE when we
should only respond once with the successful one.

Alternatively, we could first grab all the results and then do some
magic to determine which one is the best ack but that's a bit too magic
and complex, so I'm not doing that yet.
Copy link

sonarcloud bot commented Oct 13, 2024

@julianoes julianoes merged commit 40e4a89 into v2.12 Oct 13, 2024
32 checks passed
@julianoes julianoes deleted the pr-v2.12-invalid-acks branch October 13, 2024 21:52
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