add senders command in clusterd service

This commit is contained in:
Sean Feng
2019-09-28 19:26:33 +08:00
committed by 云风
parent 21b1c449de
commit 9c4e0d5bb7

View File

@@ -135,6 +135,10 @@ function command.sender(source, node)
skynet.ret(skynet.pack(node_channel[node]))
end
function command.senders(source)
skynet.retpack(node_sender)
end
local proxy = {}
function command.proxy(source, node, name)