feat(client): update retryWaitTime minValue

This commit is contained in:
yihaoDeng 2025-03-05 10:07:52 +08:00
parent b1b4bc806e
commit f558a3bdbd
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ int32_t openTransporter(const char *user, const char *auth, int32_t numOfThread,
tscError("invalid version string.");
return code;
}
*pDnodeConn = rpcOpen(&rpcInit);
if (*pDnodeConn == NULL) {
tscError("failed to init connection to server since %s", tstrerror(terrno));