提交 1455e1eb authored 作者: blu's avatar blu

big refacting of communitation architect

上级 6634040b
...@@ -215,7 +215,7 @@ private: ...@@ -215,7 +215,7 @@ private:
} }
} }
while(unkown.size() != 0) { while(unkown.size() != 0 && cnt < 3) {
this_thread::sleep_for(chrono::seconds(3)); this_thread::sleep_for(chrono::seconds(3));
for(auto &[k,v]: unkown.items()) { for(auto &[k,v]: unkown.items()) {
if(this->peerData["status"][k] != -1 && this->peerData["status"][k] != 0) { if(this->peerData["status"][k] != -1 && this->peerData["status"][k] != 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论