mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
feat: multiple addresses
This commit is contained in:
parent
17d0d7e21f
commit
1b86b28c58
@ -206,7 +206,7 @@ func (cm *ConnManager) Build(target resolver.Target, cc resolver.ClientConn, _ r
|
||||
endpoints := strings.FieldsFunc(GetEndpoints(target), func(r rune) bool {
|
||||
return r == EndpointSepChar
|
||||
})
|
||||
log.ZDebug(context.Background(), "Build", "endpoints", endpoints)
|
||||
log.ZDebug(context.Background(), "Build", "endpoints", endpoints, "target Path", target.URL.Path)
|
||||
endpoints = subset(endpoints, subsetSize)
|
||||
addrs := make([]resolver.Address, 0, len(endpoints))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user