This commit is contained in:
patterniha 2025-07-08 18:05:18 +03:30
parent 67f5e24453
commit d9fd84861f
3 changed files with 8 additions and 7 deletions

View file

@ -296,7 +296,7 @@ func (m *ClientWorker) Dispatch(ctx context.Context, link *transport.Link) bool
}
sm := m.sessionManager
s := sm.Allocate(m.strategy)
s := sm.Allocate(&m.strategy)
if s == nil {
return false
}