steffenmllr / node-red-contrib-speedtest

Test speed input node
MIT License
4 stars 10 forks source link

The speedtest Node is deleting data from the sequence. #6

Open CyaOnDaNet opened 5 years ago

CyaOnDaNet commented 5 years ago

I have data being stored that I need after the node, specifically msg.channel. Using the debug nodes, I see that msg.channel has my data before the node call to speedtest but after it is deleted/removed and the only thing left is msg.payload and msg._msgid

CyaOnDaNet commented 5 years ago

I found a fix by using @steffenmllr speedtest.js file instead.