node-red / cookbook.nodered.org

Node-RED Cookbook
http://cookbook.nodered.org
Apache License 2.0
84 stars 34 forks source link

join nodes really organize and send three different topics? #52

Open ryoichi-obara opened 5 years ago

ryoichi-obara commented 5 years ago

In https://cookbook.nodered.org/basic/join-streams you've mentioned

it will send on a message each time it receives at least one message from three different topics

But I got a message from this join node when I inject a same temperature node 3 times, { temperature: 10 } (It has no humidity and pressure).

Is that page said correct especially "at least three different topics"?

dceejay commented 5 years ago

Need to investigate some more - but initial thought is that you are right. It should behave as described in the words, when in that mode.