carryxyh commented on issue #169: 源码解读-dubbo协议单一长链接响应消息分配问题 URL: https://github.com/apache/incubator-dubbo/issues/169#issuecomment-409556066 Pass the id in the response. The corresponding future can be found by the id. Consumer side use 'currentClient.request(inv, timeout).get();' to wait for a result. When the response is received, the 'get()' will return. &READY-TO-CLOSE&
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
