We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb5602 commit 165f3acCopy full SHA for 165f3ac
1 file changed
EchoTcpServer/Program.cs
@@ -47,7 +47,7 @@ public async Task StartAsync()
47
Console.WriteLine("Server shutdown.");
48
}
49
50
- private async Task HandleClientAsync(TcpClient client, CancellationToken token)
+ private static async Task HandleClientAsync(TcpClient client, CancellationToken token)
51
{
52
using (NetworkStream stream = client.GetStream())
53
0 commit comments