chuntaojun commented on code in PR #2075:
URL: https://github.com/apache/dubbo-go/pull/2075#discussion_r1003005797
##########
registry/polaris/service_discovery.go:
##########
@@ -174,6 +174,12 @@ func (polaris *polarisServiceDiscovery) GetServices()
*gxset.HashSet {
return polaris.services
}
+// UnSubscribe returns nil if unsubscribing registry successfully. If not
returns an error.
+func (pr *polarisRegistry) UnSubscribe(url *common.URL, notifyListener
registry.NotifyListener) error {
Review Comment:
这里加错了吧?
--
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]