Alanxtl commented on code in PR #3479:
URL: https://github.com/apache/dubbo-go/pull/3479#discussion_r3536547403


##########
registry/nacos/registry.go:
##########
@@ -61,11 +62,12 @@ func init() {
 
 type nacosRegistry struct {
        *common.URL
-       namingClient *nacosClient.NacosNamingClient
-       registryUrls []*common.URL
-       done         chan struct{}
-       availability availabilityCache
-       wg           sync.WaitGroup
+       namingClient              *nacosClient.NacosNamingClient
+       registryUrls              []*common.URL
+       initialSubscribeInstances sync.Map

Review Comment:
   加一下initialSubscribeInstances 的注释,解释一下这个是用来干什么的



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to