spdlog::error("evdaemon {} failed to send multiple: {}",devSn,zmq_strerror(zmq_errno()));
}
else{
spdlog::info("evdaemon {} cached msg sent from {} to {} of type: {}, content: {}",body2str(v[1]),body2str(v[0]),body2str(v[2]),body2str(v[3]));
spdlog::info("evdaemon {} failed to send cached msg from {} to {} of type: {}, content: {}",devSn,body2str(v[1]),body2str(v[0]),body2str(v[2]),body2str(v[3]));