mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
add debug command: exit
This commit is contained in:
@@ -56,6 +56,11 @@ function command.KILL(_, handle)
|
||||
return ret
|
||||
end
|
||||
|
||||
function command.EXIT(_, handle)
|
||||
handle = handle_to_address(handle)
|
||||
skynet.send(handle, "debug", "EXIT")
|
||||
end
|
||||
|
||||
function command.MEM()
|
||||
local list = {}
|
||||
for k,v in pairs(services) do
|
||||
|
||||
Reference in New Issue
Block a user