Just want a confirmation on this. Can anyone get multiple iOS apps to connect to the desktop app as setup in this example Examples/iOS/Networking/EasyTCPSocket? From what I’m seeing, the first iOS app can connect but the second one just gets a “Connection Refused” error. Error 61.
This makes it…unusable. I find it strange because I’ve used ServerSocket in a similar manner many times on desktop apps, though not in 2017R1. Maybe that’s the next step, I dunno.
Now to figure out why it’s not working in my (much) bigger application. Gotta love programming some times. But, I will say that small example projects are helpful in narrowing issues down.