fix: limit session num

This commit is contained in:
yihaoDeng 2023-02-25 13:50:27 +08:00
parent 45a012bdf5
commit c7e15291f3
1 changed files with 1 additions and 0 deletions

View File

@ -624,6 +624,7 @@ static SCliConn* getConnFromPool2(SCliThrd* pThrd, char* key, SCliMsg** pMsg) {
plist = taosHashGet((SHashObj*)pool, key, strlen(key));
QUEUE_INIT(&plist->conns);
return NULL;
}
SMsgList* list = plist->list;