annotation wg.wait

This commit is contained in:
徐聪
2022-10-23 16:14:33 +08:00
committed by xucong.053
parent f6ae2dd00a
commit 14405d56a6
+2 -2
View File
@@ -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)