I’ve done this already using TCP/IP. I am now trying to do this using UDP. These applications are both being run on the same host. So both the client/server are sending/receiving on the 127.0.0.1:5000. The problem is that they are receiving the messages intended for the other application.
Share
You can’t test these UDP applications from the same machine. There is no concept of a connection in UDP, so there is no way to distinguish here.