Albumen Kevin

Results 745 comments of Albumen Kevin

Will `InetAddress.getLocalHost()` return null in your environment?

Please translate this issue into English :)

Do you mean that you export and refer the same service in the same process?

I think this has been fixed in the latest 3.2.x version.

In org/apache/dubbo/config/deploy/DefaultModuleDeployer.java:183

> > In org/apache/dubbo/config/deploy/DefaultModuleDeployer.java:183 > > i think there is also exist the problem, the case is come from. > > ```java > for (String serviceName : serviceNames) { >...

> ```java > subscribeEventListener(serviceName, url, listener) > ``` ![image](https://github.com/apache/dubbo/assets/9292748/bfefe34c-cfed-4cef-a79b-60432583e81e) This is not depend on whether there have providers or not.

> I'm willing to do it ,pls assign to me. We have a [PR](https://github.com/apache/dubbo/pull/13904) related with this issue. For further improvement, we need to consider use async connection future instead...