depthai-core icon indicating copy to clipboard operation
depthai-core copied to clipboard

startPipeline deadlocks when two xlinkouts have the same stream name

Open jdavidberger opened this issue 2 years ago • 1 comments

After debugging for a while, it turns out that startPipeline will deadlock when you have two xlink nodes which share a streamname. While this configuration wouldn't make sense to run; it would be beneficial if this was validated and throws an exception instead of deadlocking.

jdavidberger avatar Apr 30 '22 00:04 jdavidberger

I agree, we'll add a check for this case

themarpe avatar May 02 '22 19:05 themarpe