I'm looking for a simple client-server connection in Lua. ... 51515 local tcp = assert(socket.tcp()) tcp:connect(host, port); tcp:send("hello world\n"); ...
確定! 回上一頁