From 4ad32dc2b7cb427afa74aadf782f3688da54027f Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 10 Aug 2021 10:30:52 +0800 Subject: [PATCH] t --- business/jxstore/tempop/tempop.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index c44f4a66d..6273e6d0c 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1994,6 +1994,7 @@ func connHandler(c net.Conn, msg string) (result string) { //缓冲 buf := make([]byte, 1024) //写入数据 + c.Write([]byte(msg)) //服务器端返回的数据写入buf for {