H Vs 8 месяцев назад
Родитель
Сommit
8e18ad7794
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      NearCardAttendance.Service/TcpServer/Handler/ProtocolHandler.cs

+ 1
- 1
NearCardAttendance.Service/TcpServer/Handler/ProtocolHandler.cs Просмотреть файл

@@ -34,7 +34,7 @@ namespace NearCardAttendance.Service.TcpServer.Handler
try
{
string content = message.ToString(Encoding.ASCII);
_logger.LogInformation($"{nameof(ProtocolHandler)} -- {nameof(ChannelRead0)} -- 最开始接受内容:{content}");
_logger.LogInformation($"{nameof(ProtocolHandler)} -- {nameof(ChannelRead0)} --{context.Channel} -- 最开始接受内容:{content}");

ProcessMessage(context, content);
}


Загрузка…
Отмена
Сохранить