Commit d9362dc1 authored by Saul Ibarra's avatar Saul Ibarra

Don't join the reactor thread, it's now performed in the middleware

parent 02c16978
...@@ -88,8 +88,6 @@ class Blink(QApplication): ...@@ -88,8 +88,6 @@ class Blink(QApplication):
self.exec_() self.exec_()
self.update_manager.shutdown() self.update_manager.shutdown()
self.application.stop() self.application.stop()
# TODO: timeout should be removed when the Engine is fixed so that it never hangs. -Saul
self.application.thread.join(60.0)
log_manager = LogManager() log_manager = LogManager()
log_manager.stop() log_manager.stop()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment