提交 e8e6dc44 编写于 作者: dengyihao's avatar dengyihao

handle except

上级 e657b37e
......@@ -218,7 +218,7 @@ static void uvHandleReq(SSrvConn* pConn) {
transMsg.handle = pConn;
}
STrans* pTransInst = pConn->hostThrd;
STrans* pTransInst = pConn->pTransInst;
(*pTransInst->cfp)(pTransInst->parent, &transMsg, NULL);
// uv_timer_start(&pConn->pTimer, uvHandleActivityTimeout, pRpc->idleTime * 10000, 0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册