kochedykov / jlibmodbus

JLibModbus - is an implementation of the Modbus protocol v1.1b in java language. Java modbus library. It works. Welcome.
http://kochedykov.github.io/jlibmodbus/
Apache License 2.0
307 stars 128 forks source link

Remove superfluous BufferedOutputStream in OutputStreamTCP #63

Closed wielantu closed 3 years ago

wielantu commented 3 years ago

The BufferedOutputStream used in OutputStreamTCP is superfluous. The byte array is now written directly to the socket.