提交 fb286dbd authored 作者: blu's avatar blu

big refacting of communitation architect

上级 883ef81f
...@@ -311,7 +311,8 @@ public: ...@@ -311,7 +311,8 @@ public:
auto v = zmqhelper::z_recv_multiple(pDealer); auto v = zmqhelper::z_recv_multiple(pDealer);
if(v.size() != 3) { if(v.size() != 3) {
spdlog::error("evmgr {} invalid msg from daemon: {}", ident, addr); spdlog::error("evmgr {} invalid msg from daemon: {}", ident, addr);
continue; //continue;
exit(1);
} }
spdlog::info("evmgr {} msg received: {} {} {}", ident, body2str(v[0]), body2str(v[1]), body2str(v[2])); spdlog::info("evmgr {} msg received: {} {} {}", ident, body2str(v[0]), body2str(v[1]), body2str(v[2]));
...@@ -324,6 +325,7 @@ public: ...@@ -324,6 +325,7 @@ public:
bConfigGot = true; bConfigGot = true;
}catch(exception &e) { }catch(exception &e) {
spdlog::error("evmgr {} invalid config msg from daemon {}, {}", ident, addr, e.what()); spdlog::error("evmgr {} invalid config msg from daemon {}, {}", ident, addr, e.what());
exit(1);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论