Hi, I’m trying to understand how TCPsocket works with a socketServer (accepting multiple connections to the same port) and a client that should communicate with the server.
To test this I use two instances of xojo on the same pc and I send both projects, the server and the client to execution but the second fails and does not start the app. anyone have suggestions?
The example documentation should note the app name requirements, too. That is where a lot of people trying the server <-> client examples have trouble.
You can’t debug 2 apps with the same name (eg., the default name, My Application). That has always been true. You don’t actually have to save the apps, just change the AppName for your OS in the App properties. Then you can Run them both at the same time.