noinspection

This commit is contained in:
Xujiayao 2025-11-07 18:06:26 +08:00
parent a809938c20
commit 0ee4571b52

View file

@ -69,6 +69,7 @@ public class NettyClient {
LOGGER.warn("Connection failed! First reconnect attempt in {}s", currentDelay);
}
//noinspection resource
f.channel().eventLoop().schedule(() -> this.connect(true), currentDelay, TimeUnit.SECONDS);
}
});