I have just had a world of hurt when I installed/updated the standard ping
node.
I was using theadvanced-ping
node but it is kind of deprecated.
I started modifying my flows to use the standard ping
node and things weren't working as expected.
What??!!*
Hmmm.... thinking and looking more closely at the messages.
ARGH!
The ping
node strips away any extra stuff on a message.
So if I am sending something like:
{"name":"test","payload":"192.168.0.1"}
The name
isn't getting through.
So it is one step forward, one backward.
Probably petty of me, but this seems to not be helping how the node works if it strips away unused parts of the message.
Could it be modified to leave any extra parts of the message intact?