Skip to content

Commit

Permalink
Update test/Microsoft.Azure.SignalR.Tests/ServiceConnectionContainerT…
Browse files Browse the repository at this point in the history
…ests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
terencefan and Copilot authored Jan 21, 2025
1 parent 06f71e0 commit 7e668c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ private static async Task MockServiceAsyncWithException(TestServiceConnectionFor

// open 2 new connections (to create 2 new outgoing tasks
new ServiceProtocol().WriteMessage(new OpenConnectionMessage(Guid.NewGuid().ToString(), Array.Empty<Claim>()), conn.Application.Output);
new ServiceProtocol().WriteMessage(new OpenConnectionMessage(Guid.NewGuid().ToString(), Array.Empty<Claim>()), conn.Application.Output);
var proto = new ServiceProtocol();
await conn.Application.Output.FlushAsync();

await Task.Delay(TimeSpan.FromSeconds(1));
Expand Down

0 comments on commit 7e668c5

Please sign in to comment.