|
|
|
@ -39,7 +39,7 @@ namespace Ems.CollectService.Analysis
|
|
|
|
|
|
|
|
|
|
private BufferAnalysis()
|
|
|
|
|
{
|
|
|
|
|
logger.Info($"版本更新,修复连接ID重复,主动断开原有连接信息建立新连接");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
@ -154,7 +154,7 @@ namespace Ems.CollectService.Analysis
|
|
|
|
|
if(SendMessageAsync(client, SendMessagePackInfo))
|
|
|
|
|
{
|
|
|
|
|
logger.Debug($"向客户端:{client.ID};地址:{client.GetIPPort()};回复心跳指令成功");
|
|
|
|
|
Thread.Sleep(500);
|
|
|
|
|
Thread.Sleep(2000);
|
|
|
|
|
SendMessagePackInfo.m_MessageType = (byte)CallbackSendData._SetTime;
|
|
|
|
|
SendMessagePackInfo.m_PackLen = new byte[] {0x00, 0x0D};
|
|
|
|
|
bool isRes = SendTimeSyncToClient(client, SendMessagePackInfo);
|
|
|
|
|