This commit is contained in:
Henry Jameson 2026-08-13 18:25:57 +03:00
commit 7aff6e4466

View file

@ -184,8 +184,6 @@ export const useStreamingStore = defineStore('streaming', {
totalSubs.forEach(({ stream, et }) => { totalSubs.forEach(({ stream, et }) => {
et.dispatchEvent(event) et.dispatchEvent(event)
}) })
console.log('WS', message)
}, },
onError({ data: error }) { onError({ data: error }) {
this.subscribers.forEach(({ stream, et }) => { this.subscribers.forEach(({ stream, et }) => {