Yangfisher1 commented on issue #3132: URL: https://github.com/apache/brpc/issues/3132#issuecomment-3472058917
> 可以让recv completion event和send completion event的产生时机是一致的,这样能保证接收端回复ACK的时候,发送端一定有send completion event产生 @yanglimingcn 这不对吧, 这个问题在于client通过recv收到server发来的ack(无论是piggyback的亦或是SendImm专门发的)时候, client的send queue还没有signaled wc更新(这个wc还在后面), 这里修改成solicited也带signaled, 只是server发ack的时候server这一侧会产生一个signaled send wc来更新server侧的send queue, 跟client没关系 -- 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]
