Skip to content

Commit 2f02cf0

Browse files
authored
Update README.md
1 parent 9ee4285 commit 2f02cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ StatusCallback status = (info, context) => {
5454
break;
5555

5656
case ConnectionState.ProblemDetectedLocally:
57-
client.CloseConnection(connection);
57+
server.CloseConnection(connection);
5858
Console.WriteLine("Client unable to connect");
5959
break;
6060
}

0 commit comments

Comments
 (0)