deltachat-rpc-server: spawn request handlers

This commit is contained in:
link2xt
2023-02-15 10:45:52 +00:00
parent d3e2f38da0
commit 78577594d0
4 changed files with 23 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
### Changes
### Fixes
- deltachat-rpc-server: do not block stdin while processing the request. #4041
deltachat-rpc-server now reads the next request as soon as previous request handler is spawned.
### API-Changes
- Remove `MimeMessage::from_bytes()` public interface. #4033