xybanpeng commented on issue #2588:
URL: https://github.com/apache/brpc/issues/2588#issuecomment-2033456893

   > 这样也会影响服务端异步rpc响应吧。Socket::StartWrite里直接调用KeepWrite,会导致Write阻塞,不太合理吧。
   > 
   > 加个参数,支持使用bthread_start_urgent原地执行KeepWrite,应该能满足需求。
   
   当前请求的response已经返回了,client端应该是已经结束了。Write阻塞指的是什么?


-- 
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: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to