Issue with waitForReadyRead()
-
wrote on 20 Dec 2013, 15:08 last edited by
Hi,
I have two machines which are dialoging thru a TCP socket , but after several hours without call when I try to send a message ,I test the connection with function waitforReadyRead(30000) and it returns "false" but socket state() returns QabstrackSocket:ConnectingState . Is it normal , if no have you any idea to resolve this issue , maybe exists a timeout somewhere when nothing append during long time?
Thank you for your help ;-)
Regards
Chris
-
wrote on 27 Dec 2013, 23:59 last edited by
Please, post your code.