Merge pull request #383 from DavidFeng/patch-1

fix typo
This commit is contained in:
cloudwu
2015-11-22 19:39:30 +08:00

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)