Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the underlying packet reader/writers #91

Merged

Conversation

nyonson
Copy link
Collaborator

@nyonson nyonson commented Nov 7, 2024

The high level AsyncProtocol interface attemps to hide all the complexities of using the protocol, including things like cancellation safety. However, some callers might want the simplicity of the protocol handshake while handling the following encoding and decoding operations themselves to squeeze out performance.

The high level AsyncProtocol interface attemps to hide all the
complexities of using the protocol, including things like cancellation
safety. However, some callers might want the simplicity of the protocol
handshake while handling the following encoding and decoding operations
themselves to squeeze out performance.
@nyonson nyonson requested a review from rustaceanrob November 7, 2024 22:32
@rustaceanrob
Copy link
Collaborator

ACK 7946584

@rustaceanrob rustaceanrob merged commit 2f413d6 into rust-bitcoin:main Nov 7, 2024
7 checks passed
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.

2 participants