[Interest] Using QWebSocketServer in a thread other than the GUI thread?

Tony Rietwyk tony at rightsoft.com.au
Wed May 27 17:50:35 CEST 2015


Rainer wrote: 

> I would like to add a QWebSocketServer to an existing application. I would
> like to have all its operation handled by a thread different from the GUI
> thread to get communication separated from the GUI part.

If you create the QWebSocketServer in the thread's run override, does that fix your issue with QNativeSocketEngine? 

Regards, 

Tony





More information about the Interest mailing list