restore_session 创建新容器替换已回收的容器后,session_mapping 更新为新的 container_name,旧记录被删除。但客户端(Sandbox / SandboxService)仍持有旧的 sandbox_id,后续所有 API 调用(execute、文件操作等)都会 404。
restore_session 创建新容器替换已回收的容器后,session_mapping 更新为新的 container_name,旧记录被删除。但客户端(Sandbox / SandboxService)仍持有旧的 sandbox_id,后续所有 API 调用(execute、文件操作等)都会 404。