hebrd commented on issue #11451: URL: https://github.com/apache/dubbo/issues/11451#issuecomment-1415327924
dubbo 3.1.3。做了如果缓存处理,后续有更新再反馈到这: ``` ReferenceCache refCache = SimpleReferenceCache.newCache(); GenericService srv =refCache.get(reference); Object res = srv.$invoke(method, args, values); ``` -- 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]
