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 cab0853 commit 183ac78Copy full SHA for 183ac78
README.md
@@ -34,7 +34,7 @@ address.SetAddress("::0", port);
34
uint listenSocket = server.CreateListenSocket(ref address);
35
uint pollGroup = server.CreatePollGroup();
36
37
-StatusCallback status = (info, context) => {
+StatusCallback status = (ref StatusInfo info, IntPtr context) => {
38
switch (info.connectionInfo.state) {
39
case ConnectionState.None:
40
break;
@@ -100,7 +100,7 @@ address.SetAddress("::1", port);
100
101
uint connection = client.Connect(ref address);
102
103
104
105
106
0 commit comments