Skip to content

Commit 165f3ac

Browse files
authored
static handle Program.cs
1 parent 1bb5602 commit 165f3ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EchoTcpServer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public async Task StartAsync()
4747
Console.WriteLine("Server shutdown.");
4848
}
4949

50-
private async Task HandleClientAsync(TcpClient client, CancellationToken token)
50+
private static async Task HandleClientAsync(TcpClient client, CancellationToken token)
5151
{
5252
using (NetworkStream stream = client.GetStream())
5353
{

0 commit comments

Comments
 (0)