mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
bugfix
This commit is contained in:
@@ -18,7 +18,7 @@ local function request_sender(q, node)
|
|||||||
for _, task in ipairs(q) do
|
for _, task in ipairs(q) do
|
||||||
if type(task) == "table" then
|
if type(task) == "table" then
|
||||||
if c then
|
if c then
|
||||||
skynet.send(c, "lua", "push", table.unpack(task,1,task.n))
|
skynet.send(c, "lua", "push", task[1], skynet.pack(table.unpack(task,2,task.n)))
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
skynet.wakeup(task)
|
skynet.wakeup(task)
|
||||||
|
|||||||
Reference in New Issue
Block a user