ts6-viewer/internal
joshii-h 3741aa3ae5
Some checks failed
Build ts6-viewer / build (push) Failing after 16s
fix: route channellist/clientlist/serverinfo through Exec() for reconnect-on-EOF
These callers used unexported ssh.exec() directly, bypassing execSafe()
and its reconnect-on-connection-error logic. When TS6 closed the
persistent SSH session, every HTTP request returned EOF until container
restart. The exported Exec() wraps each call in execSafe which retries
once on isConnectionError with a fresh session.
2026-04-20 14:10:33 +02:00
..
config Added fontawesome 2026-02-12 18:16:00 +01:00
ts6 fix: route channellist/clientlist/serverinfo through Exec() for reconnect-on-EOF 2026-04-20 14:10:33 +02:00
view Added fontawesome 2026-02-12 18:16:00 +01:00
web Added fontawesome 2026-02-12 18:16:00 +01:00