Skip to content

v3.7.3

Compare
Choose a tag to compare
@kai-morich kai-morich released this 02 Jun 13:11
· 8 commits to master since this release
2755900

fixes:

  • improved error handling for read() with concurrent close() (#569).
    (reworked previous solution from change 8b9ad7e / v3.7.1 because closeInt() was not working any more)
  • write() throws SerialTimeoutException if connection still valid, instead of IOException which is typically handled as connection lost
  • SerialInputOutputManager.writeAsync() handles SerialTimeoutException internally