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


##########
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:
   done



-- 
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