skynet harbor

This commit is contained in:
云风
2012-08-03 18:20:05 +08:00
parent 4bcd81bcb6
commit 58101c5be4
29 changed files with 1197 additions and 135 deletions

View File

@@ -6,7 +6,7 @@ local console = skynet.command("LAUNCH","snlua console.lua")
print("console",console)
local watchdog = skynet.command("LAUNCH","snlua watchdog.lua")
print("watchdog",watchdog)
local gate = skynet.command("LAUNCH","gate 2525 4 0")
local gate = skynet.command("LAUNCH","gate 8888 4 0")
print("gate",gate)
skynet.command("EXIT")