trustmaster / goflow

Flow-based and dataflow programming library for Go (golang)
MIT License
1.61k stars 125 forks source link

Fixes loss of output (premature close?) and partly fixes erroneous switching of order #5

Closed samuell closed 11 years ago

samuell commented 11 years ago

Of course, I don't know what other effects the change might have, so I happily leave it to you to review and decide! :)

trustmaster commented 11 years ago

Sorry, as we've found out this patch just makes the components synchronous but doesn't solve the actual problem.