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 {