Hello! It sounds to me like your problem is related to buffer sizes. 370 bytes is really not much and possibly it is not enough to fill a buffer enough for the network layer to pass on data to the application layer. Buffers can have different sizes on different machines. What happens if you artificially enlarge your packet size? Do you get the readyRead() signal then?
Bookmarks