This commit is contained in:
Henry Jameson 2026-08-28 23:20:31 +03:00
commit 75d38d3f2b

View file

@ -100,7 +100,7 @@ export const useStreamingStore = defineStore('streaming', {
if (stream) { if (stream) {
this.subscriptions.get(stream.name).delete(stream.argument) this.subscriptions.get(stream.name).delete(stream.argument)
} else { } else {
this.globalSubscriptions.remove(subscriber) this.globalSubscriptions.delete(subscriber)
} }
if (stream && this.state === WSConnectionStatus.JOINED) { if (stream && this.state === WSConnectionStatus.JOINED) {