Exported cServerHandle and cNetwork:Listen to Lua.

Also added an example to the NetworkTest plugin.
This commit is contained in:
Mattes D
2015-02-04 08:40:52 +01:00
parent 17498a97a2
commit 014b96adb3
15 changed files with 1145 additions and 15 deletions
+1
View File
@@ -119,6 +119,7 @@ void DoTest(void)
LOG("Server terminating.");
Server->Close();
ASSERT(!Server->IsListening());
Server.reset();
LOGD("Server has been closed.");
}