server_readchars.liq
server.readchars 15 : ret then
log("Read 15 characters: #{ret}")
# Do more stuff then send the final response:
"Done!"
end
Download
server.readchars 15 : ret then
log("Read 15 characters: #{ret}")
# Do more stuff then send the final response:
"Done!"
end
Download