t/android: Fix unable to connet to runtime if process is still alive

This commit is contained in:
Jarvis Huang 2023-01-31 12:34:26 +08:00 committed by Ryan Pavlik
parent 494e17e173
commit 9b2384f1fb

View file

@ -88,6 +88,7 @@ public:
server_thread->join();
server_thread.reset(nullptr);
server = NULL;
startup_complete = false;
}
return 0;