Skip to content

core: fix libmav_receiver for serial connections#2743

Merged
julianoes merged 1 commit intomainfrom
pr-fix-libmav-receiver
Dec 26, 2025
Merged

core: fix libmav_receiver for serial connections#2743
julianoes merged 1 commit intomainfrom
pr-fix-libmav-receiver

Conversation

@julianoes
Copy link
Copy Markdown
Collaborator

It turns out that we threw out incoming bytes too early if we could not parse a full message. Instead we need to keep them in a buffer until we have received all bytes for a message and only discard them after that.

It turns out that we threw out incoming bytes too early if we could not
parse a full message. Instead we need to keep them in a buffer until we
have received all bytes for a message and only discard them after that.
@sonarqubecloud
Copy link
Copy Markdown

@julianoes julianoes merged commit 3b1a621 into main Dec 26, 2025
56 checks passed
@julianoes julianoes deleted the pr-fix-libmav-receiver branch December 26, 2025 01:19
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.

2 participants