This commit is contained in:
2026-04-09 11:56:29 +02:00
parent d04bd6a437
commit 14fe7ef41d
3 changed files with 7 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ export class DMService {
}
private onNewConnId(newConnId: string) {
console.log("NetworkService: New connection id")
console.log("DmService: New connection id")
this.client.defaults.headers["X-WS-ID"] = newConnId;
this.joinWebSocketRoom().then()
}