Does the 'reset' property work when Delay node configured as Rate/Limiter?

I'm trying to clear-out the messages in a Delay node when it is configured for rate/limt.

I've tried sending variations like this to the node..

msg.payload = {reset: true}
return msg;

Any suggestions?

Hi

I think it should be:

msg.reset = true;

This is what I use to Reset Filter/delay

image

Thanks and 'drat' I'm sure I tried that variation this morning. Anyway, it works fine now.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.