mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 22:05:11 +00:00
noinspection
This commit is contained in:
parent
a809938c20
commit
0ee4571b52
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue