We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Looking at https://github.com/Luos-io/Pyluos/blob/master/pyluos/io/serial_io.py#L131, it seems to me that PyLuos may drop data silently if the queue becomes full.
If I'm correct, wouldn't it be better to consider this case as a real issue and warn the user, or even raise an exception?
The text was updated successfully, but these errors were encountered:
Done in 2.6.0
Sorry, something went wrong.
nicolas-rabault
No branches or pull requests
Describe the bug
Looking at https://github.com/Luos-io/Pyluos/blob/master/pyluos/io/serial_io.py#L131, it seems to me that PyLuos may drop data silently if the queue becomes full.
If I'm correct, wouldn't it be better to consider this case as a real issue and warn the user, or even raise an exception?
The text was updated successfully, but these errors were encountered: