Handling / identifying multiple clients with QTcpServer
Posted by admin on May 6, 2010
0 comments
There are various examples of client-server applications in the Qt documentation, some of them being able to handle more than one client. While is convenient to have an event signalled each time something happens on one of our connected client-sockets, sometimes processing takes more than just answering back. Sometimes we need to be able to [...]