Skip to content

Instantly share code, notes, and snippets.

@uhziel
Last active March 17, 2020 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uhziel/a1675f86117b5a90eecdf5e668159427 to your computer and use it in GitHub Desktop.
Save uhziel/a1675f86117b5a90eecdf5e668159427 to your computer and use it in GitHub Desktop.
lua pack and unpack arguments
--return netpack.filter( queue, msg, sz)
local results = table.pack(netpack.filter( queue, msg, sz))
skynet.error("un", table.unpack(results))
return table.unpack(results)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment