We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4067c commit 2af5495Copy full SHA for 2af5495
internal/client.go
@@ -262,6 +262,7 @@ func (c *rmqClient) Start() {
262
}
263
// fetchNameServerAddr
264
if len(c.option.NameServerAddrs) == 0 {
265
+ c.namesrvs.UpdateNameServerAddress(c.option.NameServerDomain, c.option.InstanceName)
266
go primitive.WithRecover(func() {
267
op := func() {
268
c.namesrvs.UpdateNameServerAddress(c.option.NameServerDomain, c.option.InstanceName)
0 commit comments