1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00

improved error handling for read() with concurrent close() (#569)

- isOpen() returns false during concurrent close()
- less tracing in SerialInputOutputManager
This commit is contained in:
Kai Morich
2024-04-24 21:24:24 +02:00
parent 1245293888
commit 8b9ad7efdf
6 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments = [ // Raspi Windows LinuxVM ...
'rfc2217_server_host': '192.168.0.147',
'rfc2217_server_host': '192.168.0.78',
'rfc2217_server_nonstandard_baudrates': 'true', // true false false
]
}