Cleanly terminate deltachat-rpc-server (#4234)

Do it as per "Thread safety" section in deltachat-ffi/deltachat.h. Also terminate on ctrl-c.
This commit is contained in:
iequidoo
2023-04-04 11:33:48 -04:00
committed by iequidoo
parent cecc080931
commit f1eeb1df8c
4 changed files with 51 additions and 13 deletions

View File

@@ -9,7 +9,8 @@
- Compress `mime_headers` column with HTML emails stored in database
- Strip BIDI characters in system messages, files, group names and contact names #3479
- maybe_add_time_based_warnings(): Use release date instead of the provider DB update one
- Cleanly terminate deltachat-rpc-server.
Also terminate on ctrl-c.
### Fixes
- Fix python bindings README documentation on installing the bindings from source.