1、增加推送两个平台的功能
This commit is contained in:
parent
75215c410e
commit
191334ff54
@ -37,7 +37,7 @@ public class GXXfzForwarder extends Forwarder{
|
|||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
void registerMe(){
|
void registerMe(){
|
||||||
init(FORWARDER_NAME, "TCP "+host+":"+port,1);
|
init(FORWARDER_NAME, "TCP "+host+":"+port,1,false);
|
||||||
xfzTcpClient = new TCPClient();
|
xfzTcpClient = new TCPClient();
|
||||||
xfzTcpClient.init(host, port);
|
xfzTcpClient.init(host, port);
|
||||||
xfzTcpClient.start();
|
xfzTcpClient.start();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user