Commit 46aa9c56 张东亮

发送状态死锁造成离线

1 个父辈 e950f5cc
...@@ -105,13 +105,13 @@ namespace DeviceLibrary ...@@ -105,13 +105,13 @@ namespace DeviceLibrary
} }
bool isnglog = false; bool isnglog = false;
public void LogNgInfo(ServerCommunication server) //public void LogNgInfo(ServerCommunication server)
{ //{
if (!isnglog && IsNg) // if (!isnglog && IsNg)
{ // {
isnglog = server.SendNGInfo(NgMsg); // isnglog = server.SendNGInfo(NgMsg);
} // }
} //}
} }
} }
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!