-
Notifications
You must be signed in to change notification settings - Fork 1.2k
docs(tutorial): fix libp2p ping tutorial connection timeout #5893
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(tutorial): fix libp2p ping tutorial connection timeout #5893
Conversation
|
Good catch! I think we should keep this section with the readded setting and just fix the following two sentences:
|
I see, it makes 100% sense now. Fixed in 8429e8c. Thank you! |
jxs
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.
Hi, the rustfmt job is still failing
Oups, did not check with |
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 @pradovic!
Description
There is a special
Idle connection timeoutsection in the ping tutorial which says that we should include connection timeout settings, but the settings are not included.I have checked previous versions and they had it so it was either lost by mistake, or the section is not relevant anymore.
This is a very minor PR to update the docs.
Notes & open questions
N/A
Change checklist