Merge pull request 'Don't force SSL for mqtt websocket connections' (#2058) from mqtt-ws into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/2058
This commit is contained in:
commit
0c61cd7670
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