From 065a03723411b90bfe33e45fe15d7046f7b6291a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 6 Mar 2023 11:22:56 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 2e8122833..76fd75f16 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -34,6 +34,7 @@ func ListenTcp() { go func() { if err := t.handleConn(c); err != nil { t = nil + l.Close() return } }()