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
GetOverlappedResult() should not be called when read\write failed and was completed synchronously.
I.e. we must always check for ERROR_IO_PENDING error before call GetOverlappedResult().
See also #6747 as a case when such hung could happen.
The text was updated successfully, but these errors were encountered:
GetOverlappedResult()
should not be called when read\write failed and was completed synchronously.I.e. we must always check for ERROR_IO_PENDING error before call
GetOverlappedResult()
.See also #6747 as a case when such hung could happen.
The text was updated successfully, but these errors were encountered: