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

UART deserialization update #17

Open
Sebdar opened this issue Jun 11, 2023 · 0 comments
Open

UART deserialization update #17

Sebdar opened this issue Jun 11, 2023 · 0 comments

Comments

@Sebdar
Copy link
Member

Sebdar commented Jun 11, 2023

UART is currently looking for a valid header and completely discards any remaining bytes in the buffer if the header is invalid. This can cause a infinite loop of message ignoring if the total message size that is currently being received is a multiple of the header size.

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

No branches or pull requests

1 participant