Modbus TCP specification determines that only one modbus request needs to be inside a TCP Frame or packet.
Looks like that node-modbus-serial don't use any kind of mechanism to ensure that, correct?
We use node-modbus-serial in FUXA Scada, and one of the users have reported this issue.
frangoteam/FUXA#1030
Off course we can try to handle it on our usage of the library, but looks like that more people can suffer with that issue on their projects.
Modbus TCP specification determines that only one modbus request needs to be inside a TCP Frame or packet.
Looks like that node-modbus-serial don't use any kind of mechanism to ensure that, correct?
We use node-modbus-serial in FUXA Scada, and one of the users have reported this issue.
frangoteam/FUXA#1030
Off course we can try to handle it on our usage of the library, but looks like that more people can suffer with that issue on their projects.