"pcdet/models/vscode:/vscode.git/clone" did not exist on "3fa8b5121dba863b101e84f9b58aa7ddb17c7d2b"
Unverified Commit 420b7a82 authored by Pankaj Gupta's avatar Pankaj Gupta Committed by GitHub
Browse files

fix: Fix cancellation flow in python component graph (#765)

parent 2972b7ed
......@@ -697,6 +697,7 @@ async fn process_stream(
// Send the PyObject through the channel or log an error
if let Err(e) = tx.send(annotated).await {
tracing::error!("Failed to send response: {:?}", e);
break;
}
if is_error {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment