mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 09:19:41 +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