I want to use a UDP app, and somehow receiving and replying to packets doesn’t work. I had it work once, for a certain deployment, but can’t remember what region that was in. For now, I can reliably reproduce the problem with ncat.
After the app is successfully deployed, I run ncat -u -4 -v ncat-test.fly.dev 10000 and would expect any input to be echo’ed back by the server, which isn’t happening. On the server side, due to the -v flag, there should be a line Ncat: Connection from X.X.X.X., but nothing is printed.
Am I doing something wrong? What’s the problem here?
You’re completely right, my original app now works after a new launch as well, it just took a few minutes until UDP connections worked. Thanks for looking into this anyway and the super-fast response!