The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Jarvis Huang and committed by
Ryan Pavlik
9b2384f1 494e17e1

+1
+1
src/xrt/targets/service-lib/service_target.cpp
··· 88 88 server_thread->join(); 89 89 server_thread.reset(nullptr); 90 90 server = NULL; 91 + startup_complete = false; 91 92 } 92 93 93 94 return 0;