1
I have a method that connects to a card reader via TCP/Ip (ip, port) using Sockets. For the 1:1 connection is working, but now I need to connect to more than one device simultaneously. I would have to create a Thread for each connection, or would I have another way to do it? Remembering that my system is a "client" of readers.
And what is the doubt/problem?
– Jéf Bueno
"I would have to create a Thread for each connection, or have another way to do it?"
– JcSaint