mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
skynet harbor
This commit is contained in:
2
main.lua
2
main.lua
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user