提交 573759d8 authored 作者: blu's avatar blu

feature heartbeat: evcloudsvc - evdaemon

上级 ee0d10f4
......@@ -834,7 +834,7 @@ public:
thCloud = thread([this]() {
while(true) {
spdlog::info("evdaemon {} waiting for msg from evcloudsvc", this->devSn);
spdlog::info("evdaemon {} receiving evcloudsvc", this->devSn);
auto v = zmqhelper::z_recv_multiple(this->pDealer, true);
if(v.size() == 0) {
spdlog::error("evdaemon {} failed to receive msg {}, retrying", this->devSn, zmq_strerror(zmq_errno()));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论