Addressing the first message bug in #346.

Not closing the Issue (yet) as there still seems to be some discussion re timing.
This commit is contained in:
Dave C-J 2014-08-31 13:29:38 +01:00
parent 42c3ee430f
commit 8c8c9b13b9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module.exports = function(RED) {
this.buffer = [];
this.intervalID = -1;
this.randomID = -1;
this.lastSent = Date.now();
this.lastSent = 0;
this.drop = n.drop;
var node = this;