fix: improve udfd exist speed

This commit is contained in:
shenglian zhou 2022-06-23 17:45:16 +08:00
parent c449b7208a
commit 9278de28b4
1 changed files with 1 additions and 1 deletions

View File

@ -939,8 +939,8 @@ int main(int argc, char *argv[]) {
uv_thread_create(&mnodeConnectThread, udfdConnectMnodeThreadFunc, NULL); uv_thread_create(&mnodeConnectThread, udfdConnectMnodeThreadFunc, NULL);
udfdRun(); udfdRun();
removeListeningPipe(); removeListeningPipe();
uv_thread_join(&mnodeConnectThread);
udfdCloseClientRpc(); udfdCloseClientRpc();
return 0; return 0;