mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 19:43:09 +00:00
remove unused sz
This commit is contained in:
@@ -118,7 +118,7 @@ local function send_request(source, node, addr, msg, sz)
|
||||
end
|
||||
|
||||
function command.req(...)
|
||||
local ok, msg, sz = pcall(send_request, ...)
|
||||
local ok, msg = pcall(send_request, ...)
|
||||
if ok then
|
||||
if type(msg) == "table" then
|
||||
skynet.ret(cluster.concat(msg))
|
||||
|
||||
Reference in New Issue
Block a user