Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
Foundation PM Staging
Description
Removing QNetworkConnectionMonitor from QNetworkAccessManager QTBUG-136186 might leave us behind with a functional gap: We will not reliably recognize and react properly network connection drops.
There was the idea of replacing QNetConMon with QNetworkInformation within QNAM. This way we would take the burden of handling this away from our users.
While the idea is great (so was QNetConMon), there are arguments against it. Firstly, this is a functionality we never had everywhere, because QNetConMon never really took of on all platforms. Secondly, the complexity is high and might lead to more issues than it solves, leading to requests unexpectedly being aborted on due to QNetworkInfo.
Attachments
Issue Links
- resulted from
-
QTBUG-136048 Analyse and resolve side effects resulting in drops of connectivity in Qt Quick apps when network connections change
-
- Closed
-