mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix debug console command : kill
This commit is contained in:
@@ -52,7 +52,6 @@ function command.STAT(addr, ti)
|
||||
end
|
||||
|
||||
function command.KILL(_, handle)
|
||||
handle = handle_to_address(handle)
|
||||
skynet.kill(handle)
|
||||
local ret = { [skynet.address(handle)] = tostring(services[handle]) }
|
||||
services[handle] = nil
|
||||
|
||||
Reference in New Issue
Block a user