feat: add retry

This commit is contained in:
yihaoDeng 2022-06-29 17:11:30 +08:00
parent 3501475f60
commit 86e379f081
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ void cliHandleExcept(SCliConn* pConn) {
STransConnCtx* pCtx = pMsg ? pMsg->ctx : NULL;
STransMsg transMsg = {0};
transMsg.code = TSDB_CODE_RPC_NETWORK_UNAVAIL;
transMsg.code = TSDB_CODE_RPC_BROKEN_LINK;
transMsg.msgType = pMsg ? pMsg->msg.msgType + 1 : 0;
transMsg.info.ahandle = NULL;