mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix #967
This commit is contained in:
@@ -25,7 +25,7 @@ skynet.forward_type( forward_map ,function()
|
||||
local sender = skynet.call(clusterd, "lua", "sender", node)
|
||||
skynet.dispatch("system", function (session, source, msg, sz)
|
||||
if session == 0 then
|
||||
skynet.send(clusterd, "lua", "push", node, address, msg, sz)
|
||||
skynet.send(sender, "lua", "push", address, msg, sz)
|
||||
else
|
||||
skynet.ret(skynet.rawcall(sender, "lua", skynet.pack("req", address, msg, sz)))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user