This commit is contained in:
aozhiwei 2023-04-23 17:58:13 +08:00
parent a30e4be78c
commit 61f2735086

View File

@ -59,6 +59,8 @@ void JsonDataMgr::Init()
node_host_hash_[node_id] = host;
}
node_host_mutex_->unlock();
udp_host_ = GetConf()->At("listen_udp_host")->AsXValue().GetString();
udp_port_ = GetConf()->At("listen_udp_port")->AsXValue();
}
void JsonDataMgr::UnInit()