You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/06/22 12:20:49 UTC

[GitHub] [incubator-brpc] baiwfg2 opened a new issue #1147: StartCancel会取消服务端还未处理的请求吗

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


[GitHub] [incubator-brpc] chenzhangyi commented on issue #1147: StartCancel会取消服务端还未处理的请求吗

Posted by GitBox <gi...@apache.org>.
chenzhangyi commented on issue #1147:
URL: https://github.com/apache/incubator-brpc/issues/1147#issuecomment-648611289


   不会


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org