【归档提交】当前版本为1.0.0.0

This commit is contained in:
hehaibing-1996
2024-07-31 15:25:42 +08:00
parent 6933a10119
commit d7622ee5bb
4 changed files with 11 additions and 13 deletions

View File

@ -54,10 +54,8 @@ namespace WCS.BLL.Manager
var data = e.ByteBlock.Buffer.Take((int)e.ByteBlock.Length).ToArray();
Task.Run(() =>
{
Logs.Write($"【接收{clientIpHost}】{BitConverter.ToString(data)}", LogsType.Instructions);
});
Logs.Write($"【接收{clientIpHost}】{BitConverter.ToString(data)}", LogsType.Instructions);
e.ByteBlock.Clear();
var len = data.Length;