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

fix(rpc): add global config and broken link method1

上级 96257226
......@@ -547,7 +547,7 @@ void tscProcessMsgFromServer(SRpcMsg *rpcMsg, SRpcEpSet *pEpSet) {
if(rpcMsg->msgType == TSDB_MSG_TYPE_PROBE_CONN_RSP) {
pSql->noAckCnt = 0;
pSql->lastAlive = taosGetTimestampMs();
tscDebug(" PROBE %p recv probe msg. sql=%s", pSql->self, pSql->sqlstr);
tscDebug("PROBE 0x%" PRIx64 " recv probe msg. sql=%s", pSql->self, pSql->sqlstr);
return ;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册