提交 2b9e2659 编写于 作者: S Shengliang Guan

refactor: adjust error codes

上级 6b260056
......@@ -139,7 +139,11 @@ _OVER:
}
}
SRpcMsg rspMsg = {.code = code, .info = pRpc->info};
tmsgSendRsp(&rspMsg);
if (pWrapper != NULL) {
tmsgSendRsp(&rspMsg);
} else {
rpcSendResponse(&rspMsg);
}
}
dTrace("msg:%p, is freed", pMsg);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册