Drop the tokio runtime before the task_manager (#6548)
* Initial commit Forked at: 4919c808 Parent branch: origin/master * Drop the tokio runtime before the task_manager The tokio runtime must be dropped before the task_manager. Otherwise the objects the task_manager keep alive are dropped before the tasks are finished.
parent
440d2533
Please register or sign in to comment