Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusp5 committed Jul 28, 2023
1 parent 520950d commit dc094a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ while (true)

Capturing new messages...
```csharp
private static void HandleServerMessage(string message)
private static void HandleServerMessage(string message, int userId, SocketServer server)
{
Console.WriteLine("Received from server: " + message);
}
Expand Down

0 comments on commit dc094a2

Please sign in to comment.