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
Discovered in #46285 (comment), to reproduce it's enough to modify the test case to use offset as it has been done in the PR, so it passes an offset to SocketAsyncEventArgs.SetBuffer()
The modified EAP case fails on Windows, but passes on Linux.
The text was updated successfully, but these errors were encountered:
antonfirsov
changed the title
Socket.ReceiveMessageFrom(saea) does not respect offset on Windows
Socket.ReceiveMessageFrom(saea) does not respect buffer offset on Windows
Jan 29, 2021
Discovered in #46285 (comment), to reproduce it's enough to modify the test case to use offset as it has been done in the PR, so it passes an offset to
SocketAsyncEventArgs.SetBuffer()
The modified EAP case fails on Windows, but passes on Linux.
The text was updated successfully, but these errors were encountered: