소스 검색

udpate

master
DengBiao 2 년 전
부모
커밋
28e314a540
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      test/tcp_conn/main.go

+ 1
- 0
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 {


불러오는 중...
취소
저장