Files
pallectrum/electrum
ThomasV 0ce89b6d54 PaddedRSTransport: fix busy loop in poll_sbuffer (follow-up 43ca469774)
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
2025-06-02 13:38:54 +02:00
..
2025-02-10 14:22:50 +01:00
2025-06-01 14:03:29 +02:00
2025-05-26 15:31:08 +00:00
2025-05-28 10:42:59 +02:00
2025-02-19 14:29:02 +01:00
2025-04-02 16:21:59 +00:00
2025-04-23 16:09:31 +02:00
2025-04-23 16:09:31 +02:00
2025-02-28 16:46:29 +00:00
2025-05-28 10:46:00 +02:00
2025-04-23 16:09:31 +02:00