rev:修改心跳地址
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user