Was there anything fixed with this in beta 13? I’m still using beta 12 and am experiencing some weirdness. I’m checking for a change in some values every 5 seconds, if there is a change then I’m trying to send the information to a php script that adds the values to a database. The first time the script runs it works, but after that every time the values change, instead of sending the new values it sends the old values. The weird part is that the “Value” input on the HTTP node shows the new values (it is a spread of 3 values, created via a Cons (String) node). If I disconnect the cons (string) node from the HTTP “Value” inlet and reconnect it, then it updates the values and becomes stuck on those values.
I’ll try to think of a way to make an example, but if this rings any bells let me know because I’ve been messing with it for a few days and it seems like I’m either doing something wrong (maybe you can’t use a spread into the “Value” inlet of the HTTP post node?) or something is wrong with the node.