From 0c956420999c9c95db68a0f6c08aa0f35b7e7e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= Date: Tue, 8 Jul 2025 22:17:00 +0800 Subject: [PATCH] Update client.go --- common/mux/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/mux/client.go b/common/mux/client.go index f73fc509..ebf73e09 100644 --- a/common/mux/client.go +++ b/common/mux/client.go @@ -296,7 +296,7 @@ func (m *ClientWorker) Dispatch(ctx context.Context, link *transport.Link) bool } sm := m.sessionManager - s := sm.Allocate(int(m.strategy.MaxConcurrency)) + s := sm.Allocate(m.strategy) if s == nil { return false }