node: wait for event loop to stop before freeing objects

This prevents segfaults during shutdown.
This commit is contained in:
link2xt
2022-06-13 17:23:13 +00:00
parent 82454243fa
commit d2d788662a
2 changed files with 11 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
### Fixes
- set a default error if NDN does not provide an error
- python: avoid exceptions when messages/contacts/chats are compared with `None`
- node: wait for the event loop to stop before destroying contexts #3431
### API-Changes
- python: added `Message.get_status_updates()` #3416