hacker-cb / modbus-dart

BSD 3-Clause "New" or "Revised" License
37 stars 22 forks source link

add connect timeout #14

Closed flyingtime closed 2 years ago

flyingtime commented 2 years ago

add connect timeout and read,write timeout,but read write timeout did not use socket.setRawOption to set SO_SNDTIMEO,SO_RCVTIMEO,use Future timeout intead.