mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
@@ -46,7 +46,7 @@ skynet.start(function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
skynet.dispatch("client", function(_,_, msg)
|
skynet.dispatch("client", function(_,_, msg)
|
||||||
-- the simple ehco service
|
-- the simple echo service
|
||||||
skynet.sleep(10) -- sleep a while
|
skynet.sleep(10) -- sleep a while
|
||||||
skynet.ret(msg)
|
skynet.ret(msg)
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user