0
votes
0answers
62 views

QtNetwok, Connexion success but write fails!! My handler is called too soon… Really Weird

The problem in my case is that my handler (connexionSuccess) for connected() is called before the result of waitForConnected... it's weird!! My soc.write is failiiiiing... I don't know why :S I write ...
1
vote
3answers
2k views

QT QTcpServer telnet taking characters \r\n

All I was making a QTcpServer. While testing I used telnet as the Client. My server as listeningat port 5590. I sends Hi! upon new Client Connection. everything was well and fine. But When I type ...