don't force SSL for mqtt websocket connections - fall back on url instead (wss: for SSL, ws: for unencrypted)

This commit is contained in:
alex 2026-05-26 16:11:33 +01:00
parent f73b395648
commit 13b11efa15

View file

@ -61,7 +61,6 @@ Pattern.prototype.mqtt = function (
const props = {
onSuccess: onConnect,
onFailure: onFailure,
useSSL: true,
};
if (username) {