Qt 6.11 is out! See what's new in the release
blog
QWebSocket disconnects without any notice
-
QWebSocketdisconnects randomly and dosen't emit any signal as disconnected or closed or...
only this error faces when going to send a message :QAbstractSocket::RemoteHostClosedErrorOn server side (QWebSocket + QWebSocketServer) there isn't any close or disconnect signal or error.
This happens on average 50 times a day.
framework version for client:
Qt 5.12.9 - windows(msvc) and linuxframework version for server:
static build of Qt 5.12.9 on centos gcc7