damoclark / node-red-contrib-msg-queue

A contributed Node-RED node, that queues undeliverable messages to file for later delivery.
GNU General Public License v3.0
10 stars 17 forks source link

sends msg when state changes from connecting to disconnect and vice versa (TCP) #8

Open malpaniankit opened 5 years ago

malpaniankit commented 5 years ago

Hi , the node stores msg at the start but when TCP node changes status to "disconnected" from "connecting", the msg-queue node starts forwarding , and keeps on forwarding, it does not return to storing state.

please find attached images

image

image

image