QWebSocket: getting QAbstractSocket::UnknownSocketError following successful request-reply connection
-
After tweaking the QWebSocket client and server examples to perform a request-reply connection, I've noticed that the client was receiving a
QWebSocket::errorsignal with aQAbstractSocket::UnknownSocketErrorjust 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::errorsignal is being emitted. Does anyone know what might be triggering this error, and if this actually indicates a real error?