You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the library in a server application our client application wants to re-use a single connection to the server.
Although we have this working we are finding that the server appears to be closing the connection ~2minutes after processing the last request.
For the client application there is a dialog whereby this timeout can be exceeded pending user input.
The QHttpServer::setTimeOut() method sets the time-out to close the connection Xms after receiving the initial connection so changing this doesn't solve our issue.
I haven't been able to identify where in the library this 2minute time-out is set - Is there an available method to change/extend this timeout?
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
While using the library in a server application our client application wants to re-use a single connection to the server.
Although we have this working we are finding that the server appears to be closing the connection ~2minutes after processing the last request.
For the client application there is a dialog whereby this timeout can be exceeded pending user input.
The QHttpServer::setTimeOut() method sets the time-out to close the connection Xms after receiving the initial connection so changing this doesn't solve our issue.
I haven't been able to identify where in the library this 2minute time-out is set - Is there an available method to change/extend this timeout?
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: