From c6ad2c9ad2ff2bf51352f16b1921a0a6dd932a0c Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 19 Feb 2016 22:52:43 +0000 Subject: [PATCH] Don't force reconnect mqtt client if message arrives Fixes the annoying mqtt connect/disconnect cycle --- nodes/core/io/10-mqtt.html | 26 ++++++++++++++++++-------- nodes/core/io/10-mqtt.js | 22 ++++++++-------------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/nodes/core/io/10-mqtt.html b/nodes/core/io/10-mqtt.html index 67974d7f9..b42eff2fc 100644 --- a/nodes/core/io/10-mqtt.html +++ b/nodes/core/io/10-mqtt.html @@ -27,9 +27,15 @@