mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
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:
parent
42c3ee430f
commit
8c8c9b13b9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user