Skip to content

[BUG] Stream overflow detection not working correctly #864

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

Open
Paciente8159 opened this issue Apr 21, 2025 · 0 comments
Open

[BUG] Stream overflow detection not working correctly #864

Paciente8159 opened this issue Apr 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Paciente8159
Copy link
Owner

Describe the bug
When you write more chars to the buffer then the available capacity the overflow error is not being triggered properly.
Most of the times this is not an issue since streamers keep track of the characters sent.

What is your hardware
N/A

What was the GCode running
N/A

Screenshots
N/A

Additional context
Buffer write is preventing the OVF char from being written.

@Paciente8159 Paciente8159 added the bug Something isn't working label Apr 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant