rev:修改心跳地址

This commit is contained in:
zhangzq
2024-11-29 17:07:39 +08:00
parent 80e0c51f26
commit 7164f694f4

View File

@@ -15,7 +15,7 @@ import java.nio.charset.StandardCharsets;
*/
public class RunHeartMain {
public static void main(String[] args) throws InterruptedException {
HeartServer heartServer = new HeartServer(new InetSocketAddress("192.168.10.60", 20889));
HeartServer heartServer = new HeartServer(new InetSocketAddress("192.168.18.218", 20889));
// while (true){
// Thread.sleep(5000);
// for (Channel value : HeartServer.Heart_Connection.values()) {