Hi ,

I have below code where I see that the run function of the clientThread runs after the serverConnect() function. How can I force the run() function to execute first before serverConnect.

Thank you,

`
Qt Code:
  1. clientThread->start();
  2.  
  3. /* Connect to the notification server. */
  4. clientThread->serverConnect();
To copy to clipboard, switch view to plain text mode