In short, the problem is that the future returned by asyncio.run_coroutine_threadsafe is blocking when I call future.result()
asyncio.run_coroutine_threadsafe
future.result()
The problem is als