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

setReadQueue(...)

for applications doing permanent read() with timeout=0, multiple buffers can be used to copy next data from Linux kernel, while the current data is processed.
This commit is contained in:
Kai Morich
2025-02-16 09:34:39 +01:00
parent c608aadc59
commit a8b9ecc7d3
9 changed files with 318 additions and 20 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ project.afterEvaluate {
// values used for local maven repo, jitpack uses github release:
groupId 'com.github.mik3y'
artifactId 'usb-serial-for-android'
version '3.8.0beta'
version '3.9.1beta'
}
}
}