Tagged Questions

0
votes
2answers
175 views

Is it possible to not receive a completion for a WSASend call?

Like the title says, is it possible for a successful WSASend call on a socket associated with an I/O completion port to not post a completion for any reason other than the thread ending? I have a ...