This commit is contained in:
Jeff Tao 2020-10-01 14:48:10 +00:00
parent 0e5cc6e46a
commit 30284cbe59
1 changed files with 3 additions and 0 deletions

View File

@ -219,7 +219,10 @@ static void *taosProcessTcpData(void *param) {
continue;
}
}
}
if (pThread->stop) break;
}
uDebug("%p TCP epoll thread exits", pThread);