You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the channel read complete event to process pending messages.
Motivation:
When the socket uses pipeling and there are pending messages (due to pipelining limit), the pending message queue will likely be examined for sending by each message read.
Examining the pending message queue is more efficient when done upon channel read complete.
Changes:
Move the pending message check in the read completion event, rather that after each processed messsage.
0 commit comments