Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
466 stars 174 forks source link

Request timeout getting cleared too soon #183

Closed kevingarman closed 6 years ago

kevingarman commented 6 years ago

The request timeout was getting cleared as soon as the request was written to the socket rather than waiting until the request succeeds or times out.