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

Read implementation for UdpRead needs buffering #238

Open
tjrmarques opened this issue Apr 24, 2024 · 0 comments · May be fixed by #239
Open

Read implementation for UdpRead needs buffering #238

tjrmarques opened this issue Apr 24, 2024 · 0 comments · May be fixed by #239

Comments

@tjrmarques
Copy link

The Readimplementation for UdpRead needs buffering, as the user may (and will) provide a buffer smaller than the datagram when parsing the MAVLink messages, which causes data loss.
This was a regression introduced by commit 7d6a1c4.

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 a pull request may close this issue.

1 participant