As the title says... Chat on...

User avatar
By alexhi
#3473 Hi!
I makes UDP server, but its not work :(

sk = net.createServer(net.UDP)
sk:listen(7777,function(c)
c:on("receive", function(sck, pl) print(pl) end)
c:send("hello world")
end)