fix(bug):resolve get_runtime_config name tansferred but remaining (1.get_runtime_config structure rebuild 2.address got to be parse to get ip:port)

This commit is contained in:
2025-04-12 19:00:50 +08:00
committed by Samuel Dai
parent 92b281dc48
commit 0bbb6759ce

View File

@ -27,7 +27,7 @@ pub async fn get_function(
namespace: &str,
) -> Result<Function, FunctionError> {
let cid = function_name;
let ip = client.get_ip(cid).await.unwrap();
let address = service.get_address(cid).await.unwrap_or_default();
let container = service
.load_container(cid, namespace)