pub async fn subscribe_session(
shell_session_id: &str,
tx: Sender<StreamChunk>,
) -> Result<Option<ShellSessionMetadata>>Expand description
Subscribe to lifecycle/output events for an existing PTY shell session.
pub async fn subscribe_session(
shell_session_id: &str,
tx: Sender<StreamChunk>,
) -> Result<Option<ShellSessionMetadata>>Subscribe to lifecycle/output events for an existing PTY shell session.