From f7eb29523de5aa3bf6db8904850a96f7df74494c Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Tue, 15 Jul 2025 21:16:15 +0000 Subject: [PATCH] =?UTF-8?q?"refactor(controller):=20=E4=BC=98=E5=8C=96Blaz?= =?UTF-8?q?ingservice=E8=BF=94=E5=9B=9E=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0Ret=E6=96=B9=E6=B3=95=E9=9D=9E=E7=A9=BA?= =?UTF-8?q?=E6=A3=80=E6=9F=A5"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/controller/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/controller/controller.go b/logic/controller/controller.go index f86357f2c..01216671a 100644 --- a/logic/controller/controller.go +++ b/logic/controller/controller.go @@ -211,7 +211,7 @@ func Recv(c gnet.Conn, data handler.TomeeHeader) { // } t, ok := ptrValue1.Interface().(entity.Blazingservice) - if ok { + if ok&&t.Ret() != nil { r.SendPack(t.Ret()) t.Ret() }