From 300a0eb9a35ed77579fa6e5ae6f6b07bb4384015 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 27 四月 2021 17:46:59 +0800 Subject: [PATCH] add bhsgo.Cleanup --- hbusc.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hbusc.go b/hbusc.go index 445f4a5..68a01fe 100644 --- a/hbusc.go +++ b/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") } -- Gitblit v1.8.0