From 0611489ec74181571de215e605f12fde72c1755d Mon Sep 17 00:00:00 2001 From: PandaX <18610165312@163.com> Date: Wed, 13 Nov 2024 01:38:47 +0000 Subject: [PATCH] =?UTF-8?q?[fix]=E5=AD=90=E8=AE=BE=E5=A4=87=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=EF=BC=8C=E8=87=AA=E5=8A=A8=E5=88=9B=E5=BB=BA=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=AD=89=E5=BE=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PandaX <18610165312@163.com> --- iothub/netbase/hook_base.go | 1 + 1 file changed, 1 insertion(+) diff --git a/iothub/netbase/hook_base.go b/iothub/netbase/hook_base.go index cd25af3..f0aad85 100644 --- a/iothub/netbase/hook_base.go +++ b/iothub/netbase/hook_base.go @@ -88,6 +88,7 @@ func CreateSubTableField(productId, ty string, fields map[string]interface{}) { for key, value := range fields { group.Add(1) go func(key string, value any) { + defer group.Done() if key == "ts" { return }