Skip to content
Commit d874959e authored by Jonah Brüchert's avatar Jonah Brüchert 🌳
Browse files

Fix occasional crash when downloading station data

The old code was somewhat hacky, while it mostly avoided submitting results
multiple times, it could still submit them after the reply was deleted.

The new solution should be generally more readable and stable.
Since the temporary is deleted after each call, the signal can
absolutely not be emitted twice.
parent ab94468f
Pipeline #578945 passed with stage
in 6 minutes and 49 seconds
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