trustmaster / goflow

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

Race-prone WaitGroup usage in networks #2

Closed trustmaster closed 10 years ago

trustmaster commented 12 years ago

Reported by Maxim Pimenov: http://groups.google.com/group/golang-nuts/browse_thread/thread/6c939ff1cc077f2f/8992ddc0c6e40a47?#8992ddc0c6e40a47

trustmaster commented 10 years ago

Tested with Go Race Detector recently, the WaitGroup problem isn't there anymore.