fix:lock error
This commit is contained in:
parent
ae09d1d031
commit
8070223aba
|
@ -446,7 +446,7 @@ int32_t tqProcessPollPush(STQ* pTq, SRpcMsg* pMsg) {
|
||||||
|
|
||||||
taosHashClear(pTq->pPushMgr);
|
taosHashClear(pTq->pPushMgr);
|
||||||
}
|
}
|
||||||
taosWLockLatch(&pTq->lock);
|
taosWUnLockLatch(&pTq->lock);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue