Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coordinator: Initialize txaio with asyncio to fix runtime error
This commit fixes a RuntimeError by explicitly initializing txaio to use asyncio before its usage in the coordinator module. This ensures compatibility with the asyncio framework, addressing the issue where txaio required an explicit framework selection. Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
- Loading branch information