LiujunjieALiling commented on issue #14533: URL: https://github.com/apache/dubbo/issues/14533#issuecomment-2297197836
because you have set this 'referenceConfig.setAsync(true);' which is similar to send oneway, do not care response, and if you wan't to use 'async and return value', you can define your interface's resonse format this => Future<T> -- 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]
