Hi everyone,

I am developing an application that works over tcp, i have created a QTcpSocket and connect its readyRead signal to an slot. I perform some work in the slot and i trigger different signal to an higher level. this work fine but if the server start to send several msg subsequently the comunication slow down and the signal its no trigger. After pulling out some of my hear from my head i decide to try to connect the slot to a timeout signal from timer that tick every 50 ms, with this solution(or i dont know how would you like to call it). the thing speed up but i have no idea why? could some one explain me this?.

shall i use the same solution for the serial port, and in the server side? why? why?

thanks for clearing this to me.