Remove a goroutine when creating a proxy client (#21904) (#21986)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
Co-authored-by: sunby <bingyi.sun@zilliz.com>
pull/22024/head
Bingyi Sun 2023-02-07 10:41:54 +08:00 committed by GitHub
parent 2feed29231
commit e3501f7a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func (p *proxyClientManager) AddProxyClient(session *sessionutil.Session) {
return
}
go p.connect(session)
p.connect(session)
}
// GetProxyNumber returns number of proxy clients.