You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: bash wait-detach fans out on root-key miss instead of silently dropping
The user-message detach signal resolved the session directory and required
an exact live-transport key match; any canonicalization or cwd-fallback
mismatch made it return without a trace, so a wait:true bash kept blocking
through user messages. The command carries its own session_id and the Rust
side scopes by session, so a root-key miss now fans the signal out to every
live bridge, and both the fallback and the no-bridge case log.
Co-authored-by: Alfonso <289616620+alfonso-aft@users.noreply.github.com>
0 commit comments