mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
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:
parent
e3d1624e97
commit
b12740e108
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user