Can I handle http and websocket on a same port by QHttpServer?
-
In qt6.4, we have QHttpServer.
When I send a get http request, it woks. but I try to create a websocket connection to this QHttpServer, error message shows.
qt.httpserver: WebSocket received but no slots connected to QWebSocketServer::newConnection or request not handled
the newWebSocketConnection signal is not sent.