-
Notifications
You must be signed in to change notification settings - Fork 1k
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
docs(request-response): update docs about peer address management #5902
Conversation
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 for the PR. While im not against removing it, it might make more sense to remove it upon Behaviour::add_address
and Behaviour::remove_address
being removed.
Yes we should leave the note and just change the refs to the |
Add edition to workspace Cargo.toml and Inherits workspace edition. Additionally, inherits rust-version in `libp2p-upnp` and `libp2p-websocket-websys`. Pull-Request: libp2p#5896.
The `InsufficientPeers` error was unclear about whether it meant no peers were connected at all or no peers were subscribed to the topic. Rename it to `NoPeersSubscribedToTopic` to make it clear that this error occurs when trying to publish to a topic that has no subscribed peers. Fixes libp2p#5907 Pull-Request: libp2p#5912.
@elenaf9 fixed |
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
Thanks @wowinter13! |
Description
Fixes #5372
Notes & open questions
Or we can maybe mention
Swarm::add_peer_address
Change checklist