Skip to content

Commit

Permalink
注释一些无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleDays committed Mar 30, 2018
1 parent d3a2b09 commit 1bd8283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Echo.Server/EchoServerHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public override void ChannelRead(IChannelHandlerContext context, object message)

public override void ChannelReadComplete(IChannelHandlerContext context)
{
Console.WriteLine("ChannelReadComplete 读完事件!");
//Console.WriteLine("ChannelReadComplete 读完事件!");
context.Flush();
}
//=> context.Flush();
Expand Down

0 comments on commit 1bd8283

Please sign in to comment.