test/testClient.lua

changeset 17
1a093a31059d
parent 13
3e2ea1e7b2e8
--- a/test/testClient.lua	Sat Sep 01 00:06:39 2007 -0400
+++ b/test/testClient.lua	Sat Sep 01 00:24:11 2007 -0400
@@ -12,8 +12,9 @@
 	sock = luaevent.wrap(sock)
 	print(assert(sock:connect("localhost", 20000)))
 	for i = 1, 100 do assert(sock:send("Greet me  ")) assert(sock:receive(10)) collectgarbage() end
+	print("COMPLETE")
 end
 
 luaevent.addthread(func)
 
-luaevent.loop()
\ No newline at end of file
+luaevent.loop()

mercurial