This commit is contained in:
@@ -110,6 +110,7 @@ export const useSocketsStore = defineStore('sockets', () => {
|
||||
}
|
||||
|
||||
function connect() {
|
||||
console.log({ url: url, token: authStore.getToken() })
|
||||
postMessage(COMMAND.CONNECT, { url: url, token: authStore.getToken() })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user