I’m having problems receiving data from 400/500 devices that always transmit by calling the same IP and same communication port
I used the serverSocket as per the xojo example, but after the serverSocket has instantiated 200 TCPSockets, it continues to instantiate others but it seems that the new TCPSockets no longer receive data.
Is there a limit to the number of instantiable TCPSockets?
Are there any guidelines on how to correctly manage a similar scenario?
25 posts - 6 participants