mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 03:53:09 +00:00
remote object
This commit is contained in:
@@ -8,6 +8,8 @@ skynet.start(function()
|
||||
print("lualog",lualog)
|
||||
local launcher = skynet.launch("snlua","launcher")
|
||||
print("launcher", launcher)
|
||||
local remoteroot = skynet.launch("snlua","remote_root")
|
||||
print("remoteroot", remoteroot)
|
||||
local console = skynet.launch("snlua","console")
|
||||
print("console",console)
|
||||
local watchdog = skynet.launch("snlua","watchdog","8888 4 0")
|
||||
|
||||
Reference in New Issue
Block a user