mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 08:59:44 +08:00
annotation wg.wait
This commit is contained in:
@@ -670,8 +670,8 @@ func (r *localRunner) start() {
|
||||
close(r.controller.rebalance)
|
||||
r.wgMu.Unlock()
|
||||
|
||||
// wait for goroutines before closing
|
||||
r.wg.Wait()
|
||||
//// wait for goroutines before closing
|
||||
//r.wg.Wait()
|
||||
|
||||
close(r.doneChan)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user