Commit fe28805d authored by duanruiming's avatar duanruiming

[update] 优化海信netty启动地址接口

parent ed96871a
......@@ -33,7 +33,6 @@ public class HisenseApplication implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
//UdpClient.connection(localPort, remoteProt);
//TcpClient.connection(remoteIp, remoteProt);
TcpClient.connection("127.0.0.1", remoteProt);
TcpClient.connection(remoteIp, remoteProt);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment