Page MenuHomePhorge

No OneTemporary

Size
515 B
Referenced Files
None
Subscribers
None
diff --git a/src/stores/streaming.js b/src/stores/streaming.js
index a360731bf5..638ee5dbf9 100644
--- a/src/stores/streaming.js
+++ b/src/stores/streaming.js
@@ -99,6 +99,8 @@ export const useStreamingStore = defineStore('streaming', {
this.subscribers.delete(subscriber)
if (stream) {
this.subscriptions.get(stream.name).delete(stream.argument)
+ } else {
+ this.globalSubscriptions.remove(subscriber)
}
if (stream && this.state === WSConnectionStatus.JOINED) {

File Metadata

Mime Type
text/x-diff
Expires
Sun, Aug 30, 10:17 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1737910
Default Alt Text
(515 B)

Event Timeline