On 21 December 2014 at 19:30, Guido Seifert <[email protected]> wrote:

> However, each time my QTcpServer also fires and gives me another
> QTcpSocket.
> Nothing ever comes through this new QTcpSocket... but it is there and a
> memory leak.
>

Browsers can (and do) pre-emptively connect to servers if they think they
might need to talk to them. This saves time as the connection is already
established when they come to use it. Your server needs to handle the case
of a connection that is not used.

Rich.
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to