1、增加推送两个平台的功能

This commit is contained in:
weidong 2024-01-22 20:34:26 +08:00
parent 75215c410e
commit 191334ff54

View File

@ -37,7 +37,7 @@ public class GXXfzForwarder extends Forwarder{
@PostConstruct
void registerMe(){
init(FORWARDER_NAME, "TCP "+host+":"+port,1);
init(FORWARDER_NAME, "TCP "+host+":"+port,1,false);
xfzTcpClient = new TCPClient();
xfzTcpClient.init(host, port);
xfzTcpClient.start();