예제 #1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="context"></param>
        public override void ChannelActive(IChannelHandlerContext context)
        {
            ChannelState.SetLoginState(context, false);

            logger.LogDebug($"Channel actived. Local={context.GetLocalNetString()}, Remote={context.GetRemoteNetString()}");

            channelHandlerContextManager.Regist(context);

            base.ChannelActive(context);
        }