mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
Bugfix: update mqtt connections dictionary (#1281)
This commit is contained in:
parent
07b0a2e0f0
commit
cda79f3e5c
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user