Cloud-Automation / node-modbus

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

Fix skipping of responses on unitId mismatch #182

Closed kevingarman closed 6 years ago

kevingarman commented 6 years ago

The unitId filter was dropping out of the loop completely thus missing responses that were valid but behind responses that were not.