annotation wg.wait

This commit is contained in:
徐聪
2022-08-15 20:50:01 +08:00
committed by xucong.053
parent f6ae2dd00a
commit 14405d56a6

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)