-
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
feat(request-response): deprecate Config::set_connection_keep_alive
#4029
Conversation
Direction here looks good to me. |
I want to ship #4121 first so that we can avoid the use of |
Config::set_connection_keep_alive
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Friendly ping @mxinden. |
This comment was marked as resolved.
This comment was marked as resolved.
…ibp2p into feat/3844-request-response
Marking as |
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.
Looks good. Thanks.
@mergify refresh |
✅ Pull request refreshed |
Description
We deprecate the
set_connection_keep_alive
function in preparation for removing theKeepAlive::Until
entirely. This is backwards-compatible.Notes & open questions
At the moment, having to addkeep_alive::Behaviour
to things makes this rather clunky. We could fix this with a proposal like #3844 (comment).Change checklist