提交 e0fb57aa 编写于 作者: A Alex Duan

fix(rpc): if req over, update lastalive time1

上级 70615c07
......@@ -1830,8 +1830,8 @@ bool rpcSendProbe(int64_t rpcRid, void* pPrevContext, bool *pReqOver) {
if(pContext->pConn == NULL) {
tInfo("PROBE rpcRid=0x%" PRIx64 " reqContext->pConn is NULL. The req is finished.", rpcRid);
if (pReqOver)
pReqOver = true;
*pReqOver = true;
ret = true;
goto _END;
} else if (pContext->pConn != pContext->sendInfo.pConn) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册