TD-1645
This commit is contained in:
parent
0e5cc6e46a
commit
30284cbe59
|
@ -219,7 +219,10 @@ static void *taosProcessTcpData(void *param) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (pThread->stop) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
uDebug("%p TCP epoll thread exits", pThread);
|
uDebug("%p TCP epoll thread exits", pThread);
|
||||||
|
|
Loading…
Reference in New Issue