According to the asyncio documentation: > When a task is cancelled, asyncio.CancelledError will be raised in the task at the next opportunity. I guess the 'next opportunity' means the next await statement. Here the issue is that the task was not awaiting ever. Note: ElectrumX needs a similar patch
56 KiB
56 KiB