Albumen Kevin
Albumen Kevin
Will `InetAddress.getLocalHost()` return null in your environment?
@EarthChen @icodening @guohao PTAL
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) > ```  This is not depend on whether there have providers or not.
@icodening PTAL
> 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...