ewerybody / a2

Autohotkey module managing and developing framework.
GNU General Public License v3.0
63 stars 10 forks source link

new update checker blocking shutdown & ui starter #258

Closed ewerybody closed 2 years ago

ewerybody commented 2 years ago

So if we open the ui now quickly and close it again there is gonna be an error because of the UpdateChecker thread not being terminated gracefully.

And even if we let it run as long as it needs. The thread doesn't seem to end. The ui starter keeps the Tooltip up forever and pops the log output as error eventually 🤷🤷

ewerybody commented 2 years ago

UpdateChecker thread was not thinking about stopping during checks. It now loops over possible sources and can stop in between