enh: change refMgt of rpc

This commit is contained in:
yihaoDeng 2022-06-27 18:25:16 +08:00
parent 49b2c544be
commit 393a5dcf66
1 changed files with 0 additions and 5 deletions

View File

@ -163,11 +163,6 @@ void rpcSetDefaultAddr(void* thandle, const char* ip, const char* fqdn) {
transSetDefaultAddr(thandle, ip, fqdn);
}
// void rpcSetMsgTraceId(SRpcMsg* pMsg, STraceId uid) {
// SRpcHandleInfo* pInfo = &pMsg->info;
// pInfo->traceId = uid;
//}
int32_t rpcInit() {
transInit();
// impl later