dora icon indicating copy to clipboard operation
dora copied to clipboard

Remove borrow on `node.send_output` for python

Open haixuanTao opened this issue 1 year ago • 2 comments

This PR removes a borrow on send that should make it less adverse to race conditions.

This however still has some issues when concurrently receiving and sending.

See: #746

haixuanTao avatar Jan 14 '25 09:01 haixuanTao

This seems to include commits of other PRs

phil-opp avatar Jan 15 '25 13:01 phil-opp

make it less adverse to race conditions.

This is a bit misleading, the race condition is that concurrent operations are not allowed right now. This PR removes that limitation. Perhaps you could clarify this in the PR description?

phil-opp avatar Jan 15 '25 13:01 phil-opp