mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
redirect support alloc session
This commit is contained in:
@@ -9,7 +9,6 @@ skynet.start(function()
|
||||
if not skynet.getenv "daemon" then
|
||||
local console = skynet.newservice("console")
|
||||
end
|
||||
--[[
|
||||
skynet.newservice("debug_console",8000)
|
||||
skynet.newservice("simpledb")
|
||||
local watchdog = skynet.newservice("watchdog")
|
||||
@@ -19,6 +18,5 @@ skynet.start(function()
|
||||
nodelay = true,
|
||||
})
|
||||
skynet.error("Watchdog listen on", 8888)
|
||||
]]
|
||||
skynet.exit()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user