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>
This commit is contained in:
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

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.