public override void ChannelInactive(IChannelHandlerContext context)
 {
     if (logger.IsEnabled(LogLevel.Information))
     {
         logger.LogInformation(context.Channel.Id.AsShortText());
     }
     jT1078HttpSessionManager.RemoveSessionByChannel(context.Channel);
     base.ChannelInactive(context);
 }