zrlw edited a comment on issue #9283: URL: https://github.com/apache/dubbo/issues/9283#issuecomment-971427659
现在 #9284 采取的方法是把URL给改了,增加setConsumer方法把consumerUrl保存下来,从service context获取consumerUrl的相关方法都改为直接读取构造方法保存的consumerUrl,这样scope model销毁之后(service context清掉consumer url),这些方法就不会再NPE了(从service context获取的consumerUrl为null)。 -- 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]
