liuxiaolong
2021-01-06 7619421236342796c7f4308ff77950355f06ea22
添加日志
1个文件已修改
2 ■■■■■ 已修改文件
hbusc.go 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()
    }