You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function M.create_pack(encode)
return function(name,tab)
assert(name)
assert(tab)
local ok,str = encode(name,tab)
if not ok then
return nil,str
end
local pbmsgbuff = spack(">I2",name:len()) .. name .. str
return pbmsgbuff
end
end
打包json消息的时候也要传入packname吗?
The text was updated successfully, but these errors were encountered:
打包json消息的时候也要传入packname吗?
The text was updated successfully, but these errors were encountered: