mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>pull/22024/head
parent
2feed29231
commit
e3501f7a29
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue