So, I'm working on a Server/Client application at the moment, and need to test certain scenarios where multiple clients connect to the server and interact with each other.
The problem here is as follows: I somehow can't connect with more than one client per machine, the server just does not accept any connection attempt after the first one connected.
I know that it SHOULD work, as tons of other applications support multiple clients on one machine too.
I could - of course - test this on another machine, but I do not want to compile and send my program to my secondary computer each time after I made changes to the code.
I hope I described my problem well and provided enough info so that you can help me with that case.