mirror of https://github.com/node-red/node-red.git
parent
a0489f2a0d
commit
fdae75c99b
|
@ -123,6 +123,7 @@ module.exports = function(RED) {
|
|||
delete node.topics[topic];
|
||||
node.send(msg2);
|
||||
}
|
||||
else { delete node.topics[topic]; }
|
||||
node.status({});
|
||||
}, node.duration);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue