We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309e26b commit 8737531Copy full SHA for 8737531
examples/client.lua
@@ -15,7 +15,6 @@ local request = host:attach(sproto.new(proto.c2s))
15
local fd = assert(socket.connect("127.0.0.1", 8888))
16
17
local function send_package(fd, pack)
18
- local size = #pack
19
local package = string.pack(">s2", pack)
20
socket.send(fd, package)
21
end
0 commit comments