-
Bug
-
Resolution: Fixed
-
Normal
-
2.9.0a1
-
None
If there are albums to load and the user exits Picard the application keeps running while the requests finish.
The reason is that Picard first waits for threads to finish and then aborts outstanding network requests. But this causes in many cases the threads waiting for the requests to finish first. Instead outstanding network requests should be aborted first.