mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user