mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Addressed comment.
This commit is contained in:
@@ -71,7 +71,6 @@ func Start(plugins *InOutPlugins, stop chan int) {
|
||||
func Close(quit chan int) {
|
||||
closeOnce.Do(func() {
|
||||
close(quit)
|
||||
finalize(plugins)
|
||||
})
|
||||
wg.Wait()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user