BiancoRoyal / node-red-contrib-modbus

maintained by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-modbus
BSD 3-Clause "New" or "Revised" License
295 stars 108 forks source link

fix(modbus-client): respect parallelUnitIdsAllowed in queue #473

Closed emcell closed 3 months ago

emcell commented 3 months ago

Which issues are addressed by this Pull Request?

472

What does this Pull Request change?

Uses the same technique that is used on serial connections to make sure that modbus requests go out in serial order and not parallel for modbus-tcp connections when parallelUnitIdsAllowed is disabled.

Does this Pull Request introduce any potentially breaking changes?

I don't think so