PDA

View Full Version : QWebSockets Echoclient Example and Windows 7 64



hdunn
26th January 2016, 20:33
New to Qt - Debuging is challenging to me for c++ in Creator (old C programmer, now mostly Python)

Creator just installed with Qt 5.4 and 5.5 working on 5.5 examples.
Have worked out the Qwebchannel examples and they work, so do the bogotobogo Async Threaded QTcpClient-Server examples.

Trying to work out the QWebSockets EchoClient and EchoSever: EchoServer with Html connects and kinda of works (I don;t get any text to server side).

Using Netstat can see server listening on either 0.0.0.0:1234 or can change to listen on 127.0.0.1:1234 no difference. Help from googling has 2014 hints that this was solved in Qt5.4.

Echoclient: Immediately closes.

What to do next, any suggestions or known fixes?

Thanks