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
Reset the SocketAsyncEventArgs.in_progress flag after failure
When a DNS error occurs the flag needs to be reset before the Args
object is put back in the queue for reuse. Failure to do so causes an
"Operation already in progress" exception on a future request.
Fixes Bee.Stevedore.Program.Tests.StevedoreTelemetryTests.SendOutbox_GoodServer_EventsSentInSingleBatch
in Unity
0 commit comments