* Force reconnect the WebSocket. * Useful when the subscription becomes stale after container shutdown.
()
| 318 | * Useful when the subscription becomes stale after container shutdown. |
| 319 | */ |
| 320 | reconnect(): void { |
| 321 | logForDebugging('[RemoteSessionManager] Reconnecting WebSocket') |
| 322 | this.websocket?.reconnect() |
| 323 | } |
| 324 | } |
| 325 | |
| 326 | /** |
no test coverage detected