QWebSocket: getting QAbstractSocket::UnknownSocketError following successful request-reply connection
Unsolved
General and Desktop
-
After tweaking the QWebSocket client and server examples to perform a request-reply connection, I've noticed that the client was receiving a
QWebSocket::error
signal with aQAbstractSocket::UnknownSocketError
just before closing the connection. After googling after reports of similar cases, the best that I've managed to stumble on was this Stack Overflow post which states that there was no error, which contradicts the fact that theQWebSocket::error
signal is being emitted. Does anyone know what might be triggering this error, and if this actually indicates a real error?