drmibell / node-red-contrib-queue-gate

A Node-RED node for controlling message flow (with queueing).
Apache License 2.0
26 stars 16 forks source link

Reset -Sends Reset #8

Closed SlevenCalevra closed 4 years ago

SlevenCalevra commented 4 years ago

Hi, I've been working on a project that gets a lot of data wirelessly. Now I use this node to only let 5 msg pass and then the rest are blocked. that part works perfectly. When I press reset and new data arrives I again only get 5 msgs. this works perfectly. if I give it a reset more than once the payload of the q-gate is the reset msg. Is this supposed to be like that?