mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Once a weather request was finished, its worker gets destroyed automatically but not immediately. This can cause it to still exist, when the next request is being processed. Therefore wait with sending the fetchingFinished() signal, until the worker is fully destroyed. ref T235