Open
Description
Currently in write_all()
(https://github.com/rust-embedded/embedded-hal/blob/master/embedded-io-async/src/lib.rs#L134) we do not retry if the return error has kind() == ErrorKind::Interrupted
. This is different than std
: https://doc.rust-lang.org/src/std/io/mod.rs.html#1696-1708.
Should ErrorKind::Interrupted
lead to a silent retry in write_all()
?
Metadata
Metadata
Assignees
Labels
No labels