long polling in QT client application
Unsolved
General and Desktop
-
Hi, I have a client application connecting to a server written in React (Java Script).
The client is using QNetworkAccessManager to establish its connection to the server (regular http). The server supports long polling and I need to make my client to support long polling too. Do I need to make anything additional? how can I support long polling in my client?