BuildWorkflowInput()
blocks because it does not check ctx.Done()
when sending data to the channel
#10
Labels
Milestone
In extremely rare cases, blocking occurs in the
BuildWorkflowInput()
method when sending data to the channel.Test case: https://github.com/rhosocial/go-dag/actions/runs/9006182349/job/24743123029
The text was updated successfully, but these errors were encountered: