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

fix(io): handle multiple packets in a read #4

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

relufi
Copy link
Contributor

@relufi relufi commented Dec 17, 2024

Multiple packets may be read out in a single read, and the current implementation will only process the first packet, resulting in the last packet never being read correctly

@relufi relufi changed the title refactor(io): handle multiple packets in a read fix(io): handle multiple packets in a read Dec 17, 2024
@Mossop
Copy link
Owner

Mossop commented Dec 17, 2024

Awesome, thanks for this.

@Mossop Mossop merged commit f0a614e into Mossop:main Dec 17, 2024
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