forked from flyskywhy/react-native-usb-serialport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let JAVA native gateway have more smoother socket response rate
- Loading branch information
Showing
2 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,9 @@ The usb serial port part include `.aar` library from [felHR85/UsbSerial](https:/ | |
The socket part copy and modify code from [[email protected]](https://github.com/Rapsssito/react-native-tcp-socket/tree/v5.2.1) | ||
|
||
## Changelog | ||
### [2.3.0] - 2021-11-05 | ||
Remove executorService usage in writeSocketBytes, thus JAVA native gateway can have more smoother socket response rate. | ||
|
||
### [2.2.0] - 2021-09-01 | ||
High performance JAVA native gateway passthrough between socket and serialport without JS bridge | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters