Merge remote-tracking branch 'upstream/main' into start-and-loop-at-cycle

This commit is contained in:
eefano
2025-02-07 17:40:01 +01:00
+1
View File
@@ -57,6 +57,7 @@ Pattern.prototype.mqtt = function (
cx = connections[key];
} else {
cx = new Paho.Client(host, client);
connections[key] = cx;
cx.onConnectionLost = onConnectionLost;
cx.onMessageArrived = onMessageArrived;
const props = {