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 2021/04/26 06:12:17 UTC

[GitHub] [dubbo-go] gaoxinge commented on a change in pull request #1160: optimize grpc relative code

gaoxinge commented on a change in pull request #1160:
URL: https://github.com/apache/dubbo-go/pull/1160#discussion_r619998249



##########
File path: metadata/service/inmemory/service_proxy.go
##########
@@ -64,10 +64,10 @@ func (m *MetadataServiceProxy) GetExportedURLs(serviceInterface string, group st
 		return []*common.URL{}, nil
 	}
 
-	urlStrs := res.Result().([]string)
+	urlStrs := *res.Result().(*[]interface{})

Review comment:
       @AlexStocks @LaurenceLiZhixin This code is outdated. I have keep it same as 3.0 branch.




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