snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Fix the error that the bus thread is not quited #95

Closed BECATRUE closed 1 year ago

BECATRUE commented 1 year ago

So far, when the thread is finished, we only quit it. However, the application is stopped so quickly, there is no enough time for bus thread to finish quit. And it cause the error: Destroyed while thread is still running.

Thus, I just called wait() after quit().