azure-c-shared-utility icon indicating copy to clipboard operation
azure-c-shared-utility copied to clipboard

fix socketio queue bug on seeing EAGAIN

Open chlandsi opened this issue 6 years ago • 0 comments

Messages that cannot be sent right away because the call to send returns EAGAIN are not enqueued for retrying the send later, but discarded.

chlandsi avatar Aug 01 '19 09:08 chlandsi