fixes:
- improved error handling for
read()
with concurrentclose()
(#569).
(reworked previous solution from change 8b9ad7e / v3.7.1 because closeInt() was not working any more) write()
throwsSerialTimeoutException
if connection still valid, instead ofIOException
which is typically handled as connection lostSerialInputOutputManager.writeAsync()
handlesSerialTimeoutException
internally