-
Notifications
You must be signed in to change notification settings - Fork 999
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
fix: set idle_connection_timeout
in examples
#4887
fix: set idle_connection_timeout
in examples
#4887
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! Just two comments.
idle_connection_timeout
in examples
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!
We should probably update the docs of the with_idle_connection_timeout
function to explain a bit more what is happening there.
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
Description
Within examples, we often set up a very specific network configuration which may leave connections idle whilst we wait for user input. To ensure that the examples can still showcase something, we need to set an
idle_connection_timeout
on theSwarm
.Related: #4877.