提交 7804a935 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

Still some problem to solve

上级 569f27b8
......@@ -232,6 +232,11 @@ namespace ZP_Cluster{
m_hash_mutex.lock();
QList<QString> keys = m_hash_Name2node.keys();
int nsz = keys.size();
if (nsz==0)
{
m_hash_mutex.unlock();
return;
}
//Msgs
int nMsgLen = sizeof(CROSS_SVR_MSG::hearder) + sizeof (CROSS_SVR_MSG::uni_payload::tag_CSM_Broadcast) * nsz;
QByteArray array(nMsgLen,0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册