fix: Improve reliability of connection cleanup (#2009)

- Closes #1992
This commit is contained in:
Dermot Duffy
2025-04-14 16:58:17 +01:00
committed by GitHub
parent da17c689b8
commit 54ee1e1cf3
7 changed files with 25 additions and 3 deletions
@@ -68,6 +68,7 @@ export class AdvancedCameraCardGo2RTC extends LitElement implements MediaPlayer
disconnectedCallback(): void {
this._player = undefined;
this._message = null;
super.disconnectedCallback();
}
connectedCallback(): void {