Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
420b7a82
"pcdet/models/vscode:/vscode.git/clone" did not exist on "3fa8b5121dba863b101e84f9b58aa7ddb17c7d2b"
Unverified
Commit
420b7a82
authored
Apr 21, 2025
by
Pankaj Gupta
Committed by
GitHub
Apr 21, 2025
Browse files
fix: Fix cancellation flow in python component graph (#765)
parent
2972b7ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lib/bindings/python/rust/lib.rs
lib/bindings/python/rust/lib.rs
+1
-0
No files found.
lib/bindings/python/rust/lib.rs
View file @
420b7a82
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment