aconstlink / natus

[Discontinued] Software Framework for Audio/Visual/Interactive Real-Time Applications
https://aconstlink.de
MIT License
0 stars 0 forks source link

Hanging Application on Shutdown #156

Closed aconstlink closed 4 years ago

aconstlink commented 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.

aconstlink commented 4 years ago

Little note here. Actually, the async object was dead locking in the wait_for_framefunctions