Possible bug in Modbus Getter node

NR 4.10 on VM running Ubuntu

Running Modbus getter node

Feeding in from an inject node (timestamp) and into a Within-time node from node-red-contrib-sun-position - if i leave it output the full message object (which includes a whole heap of debug information like whether it was within the defined times etc) the modbus getter node does nothing - no errors, no output etc. If i change the output to just be the timestamp (since epoch) - then the modbus getter works immediately

Do you want a github errors logged ?

Craig

If

What version do you have? Recently discovered a bug where flex getter would sometimes output an additional message (!) which of course led to all sorts of problems down stream. I think this happened after upgrading to 5.45.1. Luckily they made another version 5.45.2 which solved it. Unfortunately they have no change logs and stopped maintaining release history. Their github page is also not synced with npm page, still showing relase 5.43.0 as "latest".

Yep was on an older version 5.26

Have upgraded and will perform the same tests again and see what happens

Craig