I am using a library called Sock.lua (https://github.com/camchenry/sock.lua) and I have a problem with public host/self-hosting
Code: Select all
server = sock.newServer("IP HERE", 22122)
I can local-host fine but I can't public-host..Failed to create the host. is there another server running on 22122?
Please help, thx.