marsevilspirit commented on code in PR #2879:
URL: https://github.com/apache/dubbo-go/pull/2879#discussion_r2094133631
##########
registry/nacos/registry.go:
##########
@@ -58,6 +66,7 @@ type nacosRegistry struct {
*common.URL
namingClient *nacosClient.NacosNamingClient
registryUrls []*common.URL
+ done chan struct{}
Review Comment:
Where is this done marked as completed? I didn't see it.
When send signals through the done pipeline.
--
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]