Skip to content

Avoid errors from asynchronous (non-c++) clients#240

Merged
ryanofsky merged 3 commits into
bitcoin-core:masterfrom
ryanofsky:pr/promise
Feb 20, 2026
Merged

Avoid errors from asynchronous (non-c++) clients#240
ryanofsky merged 3 commits into
bitcoin-core:masterfrom
ryanofsky:pr/promise

Conversation

@ryanofsky

Copy link
Copy Markdown
Collaborator

The PR avoids errors from non-C++ rust & python clients when they make asynchronous requests (bitcoin/bitcoin#33923) and unclean disconnects (bitcoin/bitcoin#34250). Neither of these errors are easily possible to trigger from libmultiprocess clients because of its blocking interface and RAII semantics, but they are fairly easy to trigger from rust and python and there is a test triggering both of them in bitcoin/bitcoin#34284

Loading
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.

5 participants