【归档提交】当前版本为1.0.0.0
This commit is contained in:
@ -249,14 +249,13 @@ namespace WCS.BLL
|
||||
|
||||
lock (sendLockObject)
|
||||
{
|
||||
tcpClient.Send(message);
|
||||
Task.Run(() =>
|
||||
{
|
||||
tcpClient.Send(message);
|
||||
|
||||
var clientIpHost = tcpClient.IP + ":" + tcpClient.Port;
|
||||
Logs.Write($"【发送{clientIpHost}】{BitConverter.ToString(message)}", LogsType.Instructions);
|
||||
});
|
||||
//发送自带15ms间隔
|
||||
Thread.Sleep(18);
|
||||
|
||||
//发送自带15ms间隔
|
||||
Thread.Sleep(18);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Reference in New Issue
Block a user