mirror of https://github.com/node-red/node-red.git
parent
4dc60d2477
commit
fceca703b3
|
@ -495,6 +495,7 @@ module.exports = function(RED) {
|
|||
setTimeout(function() {
|
||||
client.connect(port, host, function() {
|
||||
node.connected = true;
|
||||
node.status({fill:"green",shape:"dot",text:"common.status.connected"});
|
||||
client.write(msg.payload);
|
||||
});
|
||||
},reconnectTime);
|
||||
|
|
Loading…
Reference in New Issue