-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(request-response): add Behaviour::send_request_with_addresses()
#5938
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
Conversation
dariusc93
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
b8775c8 to
5e033bf
Compare
Behavior::send_request_with_addresses()Behaviour::send_request_with_addresses()
5e033bf to
6dc22b1
Compare
|
Friendly ping @nazar-pc: there are still two small docs nits open, then I think we can merge this. |
Co-authored-by: Elena Frank <[email protected]>
|
Applied suggestions, CI is happy now too |
elenaf9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This is agreed alternative to libp2p#5692, which resolves libp2p#5634 Pull-Request: libp2p#5938.
Description
This is agreed alternative to #5692, which resolves #5634
Notes & open questions
#5692 was open for a long time, and it was requested that I add an additional method that simply takes addresses as an extra parameter, so this is exactly what I did here.
Change checklist