vinllen opened a new issue, #2222:
URL: https://github.com/apache/brpc/issues/2222

   **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
   
   
   **Describe the solution you'd like (描述你期望的解决方法)**
   
举个例子,客户端发送请求到服务端,配置超时3秒。但是服务端可能因为某些情况长时间没有返回,客户端超时退出了,我的需求是,在这个情况下,服务端能否提前知道客户端已经超时返回,那么就可以内部不在长期占用资源(比如一个很大的扫描请求,花费10分钟),提前结束这个消息。
   类似有一个连接context,可以通过context获取到对端已经释放,那么当前服务端的请求就可以提前结束。
   
   **Describe alternatives you've considered (描述你想到的折衷方案)**
   
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


-- 
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]

Reply via email to