yanglimingcn commented on issue #3132:
URL: https://github.com/apache/brpc/issues/3132#issuecomment-3471775153

   问题总结,因为在发送端产生的recv completion event和send completion 
event的时机不一致,导致接收端产生回复ACK的时候,send completion event可能还没有产生,所以申请sqe的时候就可能失败。
   可以让recv completion event和send completion 
event的产生时机是一致的,这样能保证接收端回复ACK的时候,发送端一定有send completion event产生。具体修改:
   
   <img width="1808" height="834" alt="Image" 
src="https://github.com/user-attachments/assets/02ecf78a-3b0a-4389-9733-30d18a6fc36f";
 />


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