frizzle icon indicating copy to clipboard operation
frizzle copied to clipboard

Basic Source is not restartable

Open JoshuaC215 opened this issue 6 years ago • 0 comments

Currently, basic.Source.Stop() is not restart-able or checked by Close(). So, everything works as long as the same goroutine is writing to Input() and calling Close(), but stuff gets weird if you have multiple goroutines there.

This isn't blocking usage but it could generally be more robust. e.g. the batchproducer start/stop sync handling.

JoshuaC215 avatar Jan 23 '19 22:01 JoshuaC215