We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2fbd6 commit 84e8daeCopy full SHA for 84e8dae
README.md
@@ -37,7 +37,7 @@ socket.On(Socket.EVENT_OPEN, () =>
37
{
38
socket.On(Socket.EVENT_MESSAGE, (data) =>
39
40
- socket.On(Socket.EVENT_MESSAGE, (data) => Console.WriteLine((string)data));
+ Console.WriteLine((string)data);
41
});
42
43
socket.Open();
0 commit comments