mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
service_mgr support list, add a debug command to debug_console
This commit is contained in:
@@ -7,3 +7,4 @@ address = "127.0.0.1:2527"
|
||||
master = "127.0.0.1:2013"
|
||||
start = "main_log"
|
||||
luaservice ="./service/?.lua;./test/?.lua;./examples/?.lua"
|
||||
snax = "./examples/?.lua;./test/?.lua"
|
||||
|
||||
@@ -8,7 +8,7 @@ skynet.start(function()
|
||||
skynet.monitor "simplemonitor"
|
||||
local lualog = skynet.newservice("lualog")
|
||||
local console = skynet.newservice("console")
|
||||
-- skynet.newservice("debug_console",8000)
|
||||
skynet.newservice("debug_console",8000)
|
||||
skynet.newservice("simpledb")
|
||||
local watchdog = skynet.newservice("watchdog")
|
||||
skynet.call(watchdog, "lua", "start", {
|
||||
|
||||
Reference in New Issue
Block a user