|
@@ -310,7 +310,7 @@ public class AcceptanceInboundHandlerAdapter extends ChannelInboundHandlerAdapt
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
logger.error(e.getMessage());
|
|
logger.error(e.getMessage());
|
|
} finally {
|
|
} finally {
|
|
- // cleanRedisLinkData();
|
|
|
|
|
|
+ cleanRedisLinkData();
|
|
workerGroup.shutdownGracefully();
|
|
workerGroup.shutdownGracefully();
|
|
bossGroup.shutdownGracefully();
|
|
bossGroup.shutdownGracefully();
|
|
}
|
|
}
|