()
| 46 | } |
| 47 | |
| 48 | protected onDisconnected(): void { |
| 49 | this.unsubscribe?.() |
| 50 | this.unsubscribe = undefined |
| 51 | this.syncClient() |
| 52 | } |
| 53 | |
| 54 | protected onHostUpdate(): void { |
| 55 | if (typeof this.filters !== 'function') { |
nothing calls this directly
no test coverage detected