Replace location jobs with async location loop

Locations are now sent in the background regardless
of whether SMTP loop is interrupted or not.
This commit is contained in:
link2xt
2022-04-24 05:41:12 +00:00
parent 3a10f0155f
commit 904e8966c0
4 changed files with 146 additions and 148 deletions

View File

@@ -2,6 +2,9 @@
## Unreleased
### Changes
- Send locations in the background regardless of SMTP loop activity #3247
### Fixes
- simplify `dc_stop_io()` and remove potential panics and race conditions #3273