Skip to content

Commit

Permalink
测试稳定版~
Browse files Browse the repository at this point in the history
  • Loading branch information
yswenli committed Aug 26, 2018
1 parent ecd5127 commit aaaab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAEA.BaseLibs/RedisSocket/Core/RedisConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ private void _cnn_OnActived(DateTime actived)
private void _cnn_OnMessage(string command)
{
_redisCoder.Enqueue(command);
//if (_debugMode)
if (_debugMode)
ConsoleHelper.WriteLine(command);
}

Expand Down

0 comments on commit aaaab1f

Please sign in to comment.