Skip to content

Wake concurrent requests on EOF - #225

Open
tnull wants to merge 1 commit into
bitcoindevkit:masterfrom
tnull:2026-08-wake-electrum-waiters-on-eof
Open

Wake concurrent requests on EOF#225
tnull wants to merge 1 commit into
bitcoindevkit:masterfrom
tnull:2026-08-wake-electrum-waiters-on-eof

Conversation

@tnull

@tnull tnull commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

A clean EOF currently returns only to the thread reading the connection. Other callers remain blocked on their response channels indefinitely.

Treat EOF like other shared I/O failures so every pending request is notified and can participate in connection recovery.

Co-Authored-By: HAL 9000

A clean EOF currently returns only to the thread reading the
connection. Other callers remain blocked on their response channels
indefinitely.

Treat EOF like other shared I/O failures so every pending request is
notified and can participate in connection recovery.

Co-Authored-By: HAL 9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant