I run into the unreachable! statement when I unplug the device on the other side.
Maybe this should error out directly, but this was the easiest way to fix the problem.
On the next call to try_tx after continue the connection is checked and returns DisconnectedError.
I run into the
unreachable!
statement when I unplug the device on the other side.Maybe this should error out directly, but this was the easiest way to fix the problem. On the next call to
try_tx
aftercontinue
the connection is checked and returnsDisconnectedError
.