WebSocket update
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m26s
Publish to NPM / build-and-publish (release) Successful in 29s

This commit is contained in:
2026-04-10 07:38:52 +02:00
parent dc782003b0
commit 56a0167120
9 changed files with 10 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ export class BroadcastChannelService {
networkId: this.networkId,
connId: WebSocketHandler.getInstance().connId,
categoryId: this.categoryId,
disableAutoRemove: true
});
return
} catch (e) {