usb-serial-for-android icon indicating copy to clipboard operation
usb-serial-for-android copied to clipboard

SerialInputOutputManager potential deadlock with no read timout set

Open rocketraman opened this issue 2 years ago • 2 comments

The SerialInputOutputManager currently potentially does an no-timeout read (depending on the timeout settings) before write in each step. If the read data depends on something being written, this results in a deadlock.

rocketraman avatar Jul 23 '22 12:07 rocketraman