Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
471 stars 175 forks source link

Fix unitId mis-match #179

Closed kevingarman closed 6 years ago

kevingarman commented 6 years ago

When you have multiple unit ids in use on a single socket, all modbus client get notified of data on the socket and all client attempt to consume the response even if it wasn't meant for them thus causing exceptions.