Hello,
I have a very basic question. After I set up my server and have connected to a client do I have to continuously (synchronously) poll for data from my client or does Qt know that when there is data to send a signal that I can then call client->read() from? If I don’t have to keep polling for data then I dont want to waste processing power doing so.
Thanks!
↧