Software /
code /
verse
File
libs/table.lua @ 444:12c1be0044c6
client: Send whitespace keeplives
This is to prevent net.server from timing out connections.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 06 Jun 2021 16:43:36 +0200 |
parent | 439:6fc73ad6b1d2 |
child | 483:33d566513eb0 |
line wrap: on
line source
return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}