We need this to speed up the initial load of the driver.
5U3UBEQDHYGIBQLFG4MS3JQSJZEYDJLM7TR5NVPN4QT2RETYM7LQC
BSDXVB3HU5Y5FZ244FU2F577RTM6SWEHAZX3IELBVUP52CRFVDSAC
LRDM35CEK3OHXOTB7TEFJRL7P6PQWO5ZG3F2BVA7DIDFHBPJQ7KAC
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'))