orca/src
Jinjing 9fb4dbe8eb
fix(ssh): handle rejected PTY deliveries with targeted recovery (#12746)
Add targeted recovery for rejected PTY source frames instead of
terminating the relay channel. Classify rejection reasons (malformed,
generation mismatch, range invalid) and attempt recovery based on the
rejection type. Implement admission control at publication time to ensure
frames aren't delivered after ownership changes. Bound recovery attempts
and retry with backoff to prevent exhaustion. Diagnose and log rejection
reasons to aid debugging.
2026-08-05 10:30:04 -07:00
..
cli fix(browser): add native-UA session profiles (#12608) 2026-08-04 19:07:23 -07:00
main fix(ssh): handle rejected PTY deliveries with targeted recovery (#12746) 2026-08-05 10:30:04 -07:00
preload fix(browser): add native-UA session profiles (#12608) 2026-08-04 19:07:23 -07:00
relay fix(ssh): handle rejected PTY deliveries with targeted recovery (#12746) 2026-08-05 10:30:04 -07:00
renderer Open GitHub items in workspace composer with issue automation (#12653) 2026-08-05 02:34:13 -07:00
shared fix(ssh): handle rejected PTY deliveries with targeted recovery (#12746) 2026-08-05 10:30:04 -07:00
types