zhaoyunxing92 commented on issue #1764:
URL: https://github.com/apache/dubbo-go/issues/1764#issuecomment-1048422736
可以在检查的时候跳过自身的provider检查伪代码如下
```go
for key, conf := range cc.References {
service := GetProviderService(key)
if service != nil {
skip
}
}
```
--
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]