chore: replace hashicorp/yamux to our forked libp2p/go-yamux

This commit is contained in:
wwqgtxx
2025-09-18 16:48:33 +08:00
parent 7e71d21ab4
commit 0c556bcaf3
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/stretchr/testify/assert"
)
var singMuxProtocolList = []string{"smux"} // don't test "h2mux" and "yamux" because it has some confused bugs
var singMuxProtocolList = []string{"smux", "yamux"} // don't test "h2mux" because it has some confused bugs
// notCloseProxyAdapter is a proxy adapter that does not close the underlying outbound.ProxyAdapter.
// The outbound.SingMux will close the underlying outbound.ProxyAdapter when it is closed, but we don't want to close it.