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

   > 如果直接在当前bthread执行KeepWrite,可能会阻塞异步rpc的CallMethod调用。
   
   baidu_rpc_protocol.cpp SendRpcResponse调用socket write的时候,在参数里加个标识是不是可行?
   baidu_rpc_protocol.cpp:
   
![image](https://github.com/apache/brpc/assets/132085767/713927a1-35ee-40b7-8157-b84282cd9881)
   socket.cpp:
   
![image](https://github.com/apache/brpc/assets/132085767/bba76af0-8f8f-4f4b-94d5-81c5b1752641)
   
   


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