LunarG / OpenXR-OverlayLayer

Implementation of the OpenXR Overlay extension as a layer
Other
64 stars 17 forks source link

Closing Main Session or Instance should stop Main wait on Overlay connection #6

Closed bradgrantham-lunarg closed 3 years ago

bradgrantham-lunarg commented 4 years ago

Right now if you debug hello_xr and then hit ENTER in the console window, it doesn't exit because the thread waiting on the Overlay app to connect is still running. Make a semaphore and add it to the wait that indicates "you should stop waiting now and exit gracefully".

bradgrantham-lunarg commented 3 years ago

Old codebase