From f50b218ac1d524721d1a5a667991ac0bb3ef1328 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 2 Apr 2018 16:16:56 +0200 Subject: [PATCH] Code cleanup --- src/dorkbox/network/connection/ConnectionImpl.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dorkbox/network/connection/ConnectionImpl.java b/src/dorkbox/network/connection/ConnectionImpl.java index df3f9418..5f74ddce 100644 --- a/src/dorkbox/network/connection/ConnectionImpl.java +++ b/src/dorkbox/network/connection/ConnectionImpl.java @@ -695,13 +695,6 @@ class ConnectionImpl extends ChannelInboundHandlerAdapter implements CryptoConne } closeLatch.countDown(); - - // UDP connections ALWAYS have to shutdown their event loop (because of how session management works) - // if (isUDP || this.endPoint instanceof EndPointClient) { - // // also have to shutdown this eventloop, but ONLY for the client! - // channel.eventLoop() - // .shutdownGracefully(); - // } } /**