baiwfg2 opened a new issue #1147: URL: https://github.com/apache/incubator-brpc/issues/1147
我理解cancel请求应该要具备这样的功能,发两个请求出去,互打tag(也就是互传callId给done),哪个响应先到,就取消另外一个请求,特别在服务端还未处理它时应该是有用的。 但我看cancel_c++例子中并未体现这一点,也不确定StartCancel到底有没有发信号给server叫它丢弃某个CallId的请求。 所以请教一下这一点,且是否有必要改写一下cancel_c++的逻辑以使得更加符合`cancel`的语义? (改写工作我可考虑来做) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
