We need this to speed up the initial load of the driver.
KUQMZRSDJ5ANBBBQMYTGIQ2LKHKDJGEFRIQRO4MPWUOMBPUBAQXAC
5WYBV55CRVPFXFA7QXTMFJG3653NGMLYUMNGN2Q7X2Q2XRUWZNFQC
GMDEH4RHOR6DJABQ5WVGY4GVUU3QPWFTPFUHYUOULTVJZA2FTPAQC
elseif cmd == 'GET*' then -- batch version of GET local result = {} for binding in buf:gmatch('%s+(%S+)') do print(binding) local val, _ = app.get_binding(binding) table.insert(result, val) end app.send(table.concat(result, '\n--fw: definition boundary--\n'))
elseif cmd == 'GET*' then
-- batch version of GET
local result = {}
for binding in buf:gmatch('%s+(%S+)') do
print(binding)
local val, _ = app.get_binding(binding)
table.insert(result, val)
end
app.send(table.concat(result, '\n--fw: definition boundary--\n'))