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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to