Explorar el Código

udpate

master
DengBiao hace 2 años
padre
commit
28e314a540
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      test/tcp_conn/main.go

+ 1
- 0
test/tcp_conn/main.go Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar