From 28e314a540ec15b1ce9f141ec419dc92f52e7a9f Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Mon, 19 Sep 2022 23:50:57 +0800 Subject: [PATCH] udpate --- test/tcp_conn/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tcp_conn/main.go b/test/tcp_conn/main.go index 1443203..b862e6f 100644 --- a/test/tcp_conn/main.go +++ b/test/tcp_conn/main.go @@ -65,6 +65,7 @@ func (c *TcpClient) Output(pt pb.PackageType, requestId int64, message proto.Mes } func (c *TcpClient) Start() { + //connect, err := net.Dial("tcp", "111.229.238.28:8080") connect, err := net.Dial("tcp", "im-tcp-connect.izhyin.com:8001") if err != nil {