don't force SSL for mqtt websocket connections - fall back on url instead (wss: for SSL, ws: for unencrypted)
This commit is contained in:
parent
f73b395648
commit
13b11efa15
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ Pattern.prototype.mqtt = function (
|
||||||
const props = {
|
const props = {
|
||||||
onSuccess: onConnect,
|
onSuccess: onConnect,
|
||||||
onFailure: onFailure,
|
onFailure: onFailure,
|
||||||
useSSL: true,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (username) {
|
if (username) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue