fix: limit session num
This commit is contained in:
parent
45a012bdf5
commit
c7e15291f3
|
@ -624,6 +624,7 @@ static SCliConn* getConnFromPool2(SCliThrd* pThrd, char* key, SCliMsg** pMsg) {
|
||||||
|
|
||||||
plist = taosHashGet((SHashObj*)pool, key, strlen(key));
|
plist = taosHashGet((SHashObj*)pool, key, strlen(key));
|
||||||
QUEUE_INIT(&plist->conns);
|
QUEUE_INIT(&plist->conns);
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
SMsgList* list = plist->list;
|
SMsgList* list = plist->list;
|
||||||
|
|
Loading…
Reference in New Issue