提交 568b6ede authored 作者: blu's avatar blu

big refacting of communitation architect

上级 0a9fee4d
...@@ -346,7 +346,7 @@ private: ...@@ -346,7 +346,7 @@ private:
if(meta == "pong"||meta == "ping") { if(meta == "pong"||meta == "ping") {
// update status // update status
spdlog::info("evcloudsvc {}, ping msg from {}", devSn, selfId); spdlog::info("evcloudsvc {}, ping msg from {}", devSn, selfId);
handleConnection(selfId); // handleConnection(selfId);
if(meta=="ping") { if(meta=="ping") {
if(cachedMsg.find(selfId) != cachedMsg.end()) { if(cachedMsg.find(selfId) != cachedMsg.end()) {
while(!cachedMsg[selfId].empty()) { while(!cachedMsg[selfId].empty()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论