A problem with Sock.lua library
Posted: Thu Oct 10, 2019 7:59 pm
Hi, I have this problem that might sound stupid but I've been stuck with it for a long while now.
I am using a library called Sock.lua (https://github.com/camchenry/sock.lua) and I have a problem with public host/self-hosting
What IP do I use? I tried my public IP and it gave this error:
Please help, thx.
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.