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

upgrader: absorb the muxer_multistream.Transport into the upgrader #1885

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

marten-seemann
Copy link
Contributor

Fixes #1873. Fixes #1854. Closes #1861.

@marten-seemann marten-seemann marked this pull request as ready for review November 16, 2022 03:36
@@ -168,31 +167,21 @@ func (cfg *Config) addTransports(h host.Host) error {
return fmt.Errorf("swarm does not support transports")
}

muxers := make([]protocol.ID, 0, len(cfg.Muxers))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good riddance!

@marten-seemann marten-seemann force-pushed the remove-muxer-multistream branch from 96ccea1 to 167ad7d Compare November 16, 2022 21:11
@marten-seemann marten-seemann merged commit 04a43b1 into master Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants