Quote Originally Posted by wysota View Post
Bad idea. I could crash your app in seconds.
Why?

Quote Originally Posted by wysota View Post
If the docs says it can't be used from another thread then it can't......
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.