Closed Ahrrri closed 1 year ago
I think it is because Bus
es do not stop immediately (It relies on timeout
argument).
Like your idea, It is better not to show any message when X button is clicked!
Since I implemented Bus
, I will investigate this issue.
Thank you for reporting!
In a unit test, because of this error, the testing doesn't run correctly..
I think it is more important problem than I thought.
This will be studied further in #99.
Describe the bug
I usually exit the
mainWindow
by just clicking the X button, but I see some warning/error message every time:QThread: Destroyed while thread is still running
Expected behavior
It should terminate without any message.
To Reproduce
Steps to reproduce the behavior:
Expected causes and correction methods
Maybe we should stop all the active threads before terminating them?
Screenshots
Additional context
Add any other context about the problem here.