mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 11:03:12 +00:00
add senders command in clusterd service
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user