View Single Post
NerdKnight's Avatar
Posts: 113 | Thanked: 334 times | Joined on Oct 2010 @ Argentina
#4415
Originally Posted by Scorpius View Post
The problem and the reason waitForReadyRead is commented out is because it is a blocking function and the whole GUI hangs until a byte is received, and that's a big problem.
What about putting network read/write functions in separate threads than GUI?