13
0
geforkt von Mirrors/Velocity

If the channel becomes inactive, the connection's closed, too.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-08-02 22:10:55 -04:00
Ursprung b720b691de
Commit 12ad629d4d

Datei anzeigen

@ -70,6 +70,8 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
if (association != null) {
logger.info("{} has disconnected", association);
}
teardown();
}
@Override