redirect support alloc session

This commit is contained in:
Cloud Wu
2017-04-07 11:11:39 +08:00
parent 1f4a84edc2
commit 6fa241453c
3 changed files with 48 additions and 72 deletions

View File

@@ -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)