You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/10/10 15:00:48 UTC

[GitHub] [dubbo-go] LaurenceLiZhixin commented on a change in pull request #787: fix: fix consulRegister not unregister when destory bug

LaurenceLiZhixin commented on a change in pull request #787:
URL: https://github.com/apache/dubbo-go/pull/787#discussion_r502799401



##########
File path: registry/consul/registry.go
##########
@@ -187,5 +187,10 @@ func (r *consulRegistry) IsAvailable() bool {
 
 // Destroy consul registry center
 func (r *consulRegistry) Destroy() {
+	if r.URL != nil{

Review comment:
       OK




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org