Probably the title question is not very explicit. I am using Qt5 on Windows7.
In a thread (QThread) at some point, in the \"process()\"
function/method, I m
I had some time these days and I did some investigation...
Well, I browsed "http://doc.qt.io/qt-5/qsslsocket.html" and found this:
bool QSslSocket::waitForEncrypted(int msecs = 30000)
To my real shame, I didn't noticed it before... :(
Definitely need to buy some glasses (unfortunately, it's not a joke!)
I am willing to modify my code accordingly in order to test it (on Monday @ office).
Pretty much chances that it'll work.
[Late edit]:
Yes, this is the solution I implemented in my final code and it works well, so I decided to share :)