Hey guys! I'm working now on a server to accept co...
# server
v
Hey guys! I'm working now on a server to accept connections and retrieve data. I've tried to implement with raw sockets (https://ktor.io/servers/raw-sockets.html) and it's working on local, but when i try to connect by a external computer with my external IP, I cannot connect. My firewall is turned off. What could be the problem? (My code is the same that the sample of https://ktor.io/servers/raw-sockets.html)