Why?
The same thing is mentioned for QTcpServer for the function QTcpServer::nextPendingConnection but it is possible to overwrite QTcpServer::incomingConnection for this.
I just wanted to know if there is a possiblity to do it.
Why threads? -> Maybe every connection can do a blocking operation in my application and therefore I want to decouple them from the rest of the application/listener.
Bookmarks