trustmaster / goflow

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

ignore nil chan , or it may cause close nil error #70

Closed v1xingyue closed 3 years ago

trustmaster commented 3 years ago

Nice catch! Thanks for submitting the fix!

trustmaster commented 3 years ago

I had to revert the change because the build panics: https://travis-ci.com/github/trustmaster/goflow/builds/204889867

v1xingyue commented 3 years ago

I had to revert the change because the build panics: https://travis-ci.com/github/trustmaster/goflow/builds/204889867

OK. I'll check it and submit later.