daniel-lerch / vocup

Vocabulary trainer.
https://www.microsoft.com/store/apps/9N6W2H3QJQMM
GNU Affero General Public License v3.0
9 stars 3 forks source link

Task asynchronous code does not work during startup or shutdown #58

Open daniel-lerch opened 7 months ago

daniel-lerch commented 7 months ago

Steps to reproduce:

  1. Start a long running task on application exit
  2. Let the message loop terminate
  3. Wait for the long running task to finish

Expected behavior:

Actual behavior:

Additional context: