Files
muxplex/muxplex
Brian Krabach ad3c961770 fix: terminal reconnect uses federation connect path for remote sessions
The reconnect logic in connectWebSocket() always called local
/api/sessions/{name}/connect even for remote sessions, causing 404.
Fix: check remoteId (captured from outer scope) and route through
/api/federation/{remoteId}/connect/{name} for remote sessions.
2026-04-06 18:18:21 -07:00
..