Replace attempt_ws_connect() with attempt_tcp_probe() in RemoteManager to avoid allocating per-connection resources (PtyManager, SidecarManager) on the relay during reconnection probes. Add onRemoteMachineReconnecting and onRemoteMachineReconnectReady event listeners in remote-bridge.ts. Wire machines store to auto-reconnect when relay becomes reachable. |
||
|---|---|---|
| .. | ||
| ctx.rs | ||
| event_sink.rs | ||
| lib.rs | ||
| main.rs | ||
| pty.rs | ||
| remote.rs | ||
| session.rs | ||
| sidecar.rs | ||
| watcher.rs | ||