Skip to content

Commit

Permalink
Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/RecordingHandler.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Harder <mharder@microsoft.com>
  • Loading branch information
scbedd and mikeharder authored Feb 24, 2023
1 parent 7716402 commit 0aee049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ public async Task WriteBodyBytes(byte[] bodyData, int playbackResponseTime, Http

if (i != chunks.Length - 1)
{
Thread.Sleep(sleepLength);
await Task.Delay(sleepLength);
}
}

Expand Down

0 comments on commit 0aee049

Please sign in to comment.