This commit is contained in:
David Feng
2015-11-21 15:36:25 +08:00
parent 0f454fe248
commit fbbda08bb2

View File

@@ -46,7 +46,7 @@ skynet.start(function()
end)
skynet.dispatch("client", function(_,_, msg)
-- the simple ehco service
-- the simple echo service
skynet.sleep(10) -- sleep a while
skynet.ret(msg)
end)