liuxiaolong
2021-04-27 300a0eb9a35ed77579fa6e5ae6f6b07bb4384015
add bhsgo.Cleanup
1个文件已修改
1 ■■■■ 已修改文件
hbusc.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hbusc.go
@@ -187,6 +187,7 @@
func (h *BHBus) Free() {
    h.printLog("call BHBus free")
    h.wg.Wait()
    bhsgo.Cleanup()
    h.printLog("h.wg.Wait done")
}