fix dns bug , see issue #605

This commit is contained in:
Cloud Wu
2017-04-06 11:57:28 +08:00
parent 6699279d53
commit 1f4a84edc2
2 changed files with 18 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ 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")
@@ -18,5 +19,6 @@ skynet.start(function()
nodelay = true,
})
skynet.error("Watchdog listen on", 8888)
]]
skynet.exit()
end)