fix
This commit is contained in:
parent
42900f6336
commit
75d38d3f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export const useStreamingStore = defineStore('streaming', {
|
|||
if (stream) {
|
||||
this.subscriptions.get(stream.name).delete(stream.argument)
|
||||
} else {
|
||||
this.globalSubscriptions.remove(subscriber)
|
||||
this.globalSubscriptions.delete(subscriber)
|
||||
}
|
||||
|
||||
if (stream && this.state === WSConnectionStatus.JOINED) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue