QWebsocket->valid()
Unsolved
General and Desktop
-
I looked up the hierarchy of this call and it ends up on windows looking at the socketdescriptor != -1.
When would that happen? Why would one need this call if they can get a signal from the socket state?
Can the socket descriptor get set to -1 behind our back somewhare?
-
Hi,
Good question ! Behind your back ? Likely not. Based on the documentation it represent a non-ready for communication state.