fix: use wss
This commit is contained in:
parent
30cfa6fa63
commit
812847f378
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -111,7 +111,7 @@ document.addEventListener('alpine:init', () => {
|
|||
},
|
||||
|
||||
connect() {
|
||||
const url = 'ws://broker.emqx.io:8083/mqtt'
|
||||
const url = 'wss://broker.emqx.io:8084/mqtt'
|
||||
|
||||
const options = {
|
||||
// Clean session
|
||||
|
|
Loading…
Reference in a new issue