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

Signed-off-by: sunby <bingyi.sun@zilliz.com>
Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
Bingyi Sun 2023-02-01 15:49:50 +08:00 committed by GitHub
parent e3d1624e97
commit b12740e108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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