From cfe8f345fe045b28ac4de4a723a16d3b89dbb9b6 Mon Sep 17 00:00:00 2001 From: SmallChi <564952747@qq.com> Date: Sun, 25 Nov 2018 23:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Handlers/JT808SourcePackageDispatcherHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JT808.DotNetty/Handlers/JT808SourcePackageDispatcherHandler.cs b/src/JT808.DotNetty/Handlers/JT808SourcePackageDispatcherHandler.cs index 4fd2824..32e9833 100644 --- a/src/JT808.DotNetty/Handlers/JT808SourcePackageDispatcherHandler.cs +++ b/src/JT808.DotNetty/Handlers/JT808SourcePackageDispatcherHandler.cs @@ -59,7 +59,7 @@ namespace JT808.DotNetty.Handlers { if(logger.IsEnabled(LogLevel.Debug)) logger.LogError($"服务端返回消息{message.ToString()}"); - throw new Exception("test"); + //throw new Exception("test"); } public override void ExceptionCaught(IChannelHandlerContext context, Exception exception)