Open multiple QSslSockets
Unsolved
General and Desktop
-
Hi,
How can we open multiple QSslSockets and access data from the sockets without blocking the GUI.Thanks
Tirupathi -
-
Thanks for quick reply. But still the GUI is blocking even if we use signals and slots.
FYI, We are working with qml.Thanks
Tirupathi -
-
@VRonin This is threaded server. need client.
-
It's the same concept. put a socket in a QObject, move the object in another thread and control it via signal/slots
Thanks @VRonin.