Cloud-Automation / node-modbus

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

TCP Client: Reject currentRequest onClose to handle ECONNRESET #306

Closed jla closed 2 years ago

jla commented 2 years ago

Always reject the current request when the socket closes to prevents unresolved promises on ECONNRESET

Fixes #305

stefanpoeter commented 2 years ago

Thanks for your commitment :-)