添加日志
hbusc.go @@ -277,7 +277,9 @@ //Release func (h *BHBus) Free() { h.printLog("call BHBus free") h.wg.Wait() h.printLog("h.wg.Wait done") for _,v := range h.m { v.sock.Close() }