pub fn find_live_runtime(
runtime_session_id: &str,
) -> Result<Option<LiveRuntimeRecord>, LiveRuntimeReceiptError>Expand description
Resolve one stable runtime id, requiring an explicit choice if stale or concurrent registrations would otherwise make attachment ambiguous.