Skip to content
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

Remove ProtocolNegotiationHandler protocol #2519

Merged

Conversation

FranzBusch
Copy link
Member

Motivation

When we created the first round of new async bootstrap APIs we added a ProtocolNegotiationHandler protocol to identify handlers that are doing protocol negotiation. Since then, we have changed the way how the async bootstraps work and we no longer need this protocol.

Modification

Remove the ProtocolNegotiationHandler protocol

# Motivation
When we created the first round of new async bootstrap APIs we added a `ProtocolNegotiationHandler` protocol to identify handlers that are doing protocol negotiation. Since then, we have changed the way how the async bootstraps work and we no longer need this protocol.

# Modification
Remove the `ProtocolNegotiationHandler` protocol
@FranzBusch FranzBusch added the 🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0 label Sep 20, 2023
@FranzBusch
Copy link
Member Author

API break is expected. @Lukasa you mind merging?

@Lukasa Lukasa merged commit 37c1a79 into apple:main Sep 20, 2023
7 of 8 checks passed
@FranzBusch FranzBusch deleted the fb-remove-protocol-negotiation-handler branch September 21, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔼 needs-minor-version-bump For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants