QWebSocketServer is slow when accepting new connections
-
Hi
I have a web socket server implemented with Qt5.15 and I have noticed that client connections are accepted after about 1 sec from the moment the connection is initiated. The client is in the same LAN as the server. The web socket server runs in the main thread of the application (which does not have an UI) and all further processing of the received data takes place in a secondary thread. Is there a way to improve the response time of the web socket server ?
thank you
Bogdan