Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
a74db5fa2e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -52,6 +52,7 @@ Address address = new Address();
 address.SetHost(ip);
 address.Port = port;
 client.Create();
+client.Connect(address);
 
 while (true) {
 	client.Service(15, out Event netEvent);