Closed aconstlink closed 4 years ago
When the application is closed via the window x symbol, the application dead locks. This is in the window render thread termination where setting run to false and then join doesn't work.
Adding 10 milliseconds sleep handles this.
Little note here. Actually, the async object was dead locking in the wait_for_framefunctions
wait_for_frame
When the application is closed via the window x symbol, the application dead locks. This is in the window render thread termination where setting run to false and then join doesn't work.
Adding 10 milliseconds sleep handles this.