Allen442 commented on code in PR #2783: URL: https://github.com/apache/dubbo-go/pull/2783#discussion_r1976975246
########## registry/nacos/registry.go: ########## Review Comment: 197 行对 handleServiceEvents 的使用会造成处理 services 事件的阻塞,handleServiceEvents 方法内是一个无条件 for 循环。需要一起更改一下。 -- 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]
