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