I've a problem with my client/server application...the strange behaviour is the following:
1. Connect client-server
2. Client send a message (msg#1) to server (time To) (this kind of message is sended to server every 5 seconds).
2. Server receive msg#1 istantly (To+a bit latency delay) and send to client a new message (msg#2) just after msg# is received (time T1).
2. Normally client must receive the msg#2 istantly T1 instead it receive msg#2 after 5 seconds, after client send the second time the msg#1.
It seem that something is locking the readyRaed signal and only when I send the second time the msg#1 it's unlocked.
Any idea about this problem?
You can find the source code in this 3D:
http://www.qtcentre.org/forum/f-qt-p...ate-22885.html
Bookmarks