BurningCN commented on issue #9752: URL: https://github.com/apache/dubbo/issues/9752#issuecomment-1062672566
看了下代码,的确是这样。 `ApplicationModule`的`internalModule`是有start逻辑的(`DefaultApplicationDeployer#prepareInternalModule`)。 `FrameworkModule`的`internalApplicationModule`没有start的相关逻辑,导致状态一直是`pending`,我觉得应该加一下和前面的`internalModule`统一一下。 -- 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]
