Report imex and configure success/failure after freeing ongoing

Otherwise it's possible that library user (e.g. test)
tries to start another ongoing process when previous one is
not freed yet.
This commit is contained in:
link2xt
2022-06-20 16:45:09 +00:00
parent 7ce291fac5
commit 377fa01e98
3 changed files with 18 additions and 23 deletions

View File

@@ -12,6 +12,7 @@
- python: avoid exceptions when messages/contacts/chats are compared with `None`
- node: wait for the event loop to stop before destroying contexts #3431
- emit configuration errors via event on failure #3433
- report configure and imex success/failure after freeing ongoing process #3442
### API-Changes
- python: added `Message.get_status_updates()` #3416