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
FreeBSD 13.1-RELEASE GENERIC
1.62.0 (a8314ef7d 2022-06-27)
v5.4.3
v5.0.2
v4.2.0
/dev/ttyU0
tokio-serial
/dev/ttyU1
After yanking the cable, XXX.next() should return error on next poll.
XXX.next()
Is that something to be resolved at the tokio-serial or mio-serial level?
mio-serial
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
FreeBSD 13.1-RELEASE GENERIC
, default config1.62.0 (a8314ef7d 2022-06-27)
v5.4.3
v5.0.2
v4.2.0
Test scenario
/dev/ttyU0
)tokio-serial
is waiting for inbound data (reacts as expected on inbound data, the codec framework is exceptional!)/dev/ttyU0
does not disappear as long as program holds it)tokio-serial
is still waiting... For something... Crickets.../dev/ttyU0
is still held, after re-plugging the adapter registers as/dev/ttyU1
tokio-serial
is still waiting... For something... Crickets...Expected behavior
After yanking the cable,
XXX.next()
should return error on next poll.Is that something to be resolved at the
tokio-serial
ormio-serial
level?Best regards
The text was updated successfully, but these errors were encountered: