1
0

Exported cServerHandle and cNetwork:Listen to Lua.

Also added an example to the NetworkTest plugin.
This commit is contained in:
Mattes D
2015-01-30 21:24:02 +01:00
parent 17498a97a2
commit 014b96adb3
15 changed files with 1145 additions and 15 deletions

View File

@@ -119,6 +119,7 @@ void DoTest(void)
LOG("Server terminating.");
Server->Close();
ASSERT(!Server->IsListening());
Server.reset();
LOGD("Server has been closed.");
}