Skip to content

Commit

Permalink
Ensure delay node rate limit timer is cleared on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed May 30, 2020
1 parent 774751a commit 8a798e6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -158,6 +158,7 @@ module.exports = function(RED) {
clearInterval(node.intervalID);
node.intervalID = -1;
}
delete node.lastSent;
node.buffer = [];
node.status({text:"reset"});
return;
Expand Down

0 comments on commit 8a798e6

Please sign in to comment.