There are as many QNetworkAccessManager objects as you create.
https://code.woboq.org/qt5/qtbase/sr...pChannelCountE
That would be my expectation.
https://code.woboq.org/qt5/qtbase/sr...NetworkRequest
Cheers,
_
There are as many QNetworkAccessManager objects as you create.
https://code.woboq.org/qt5/qtbase/sr...pChannelCountE
That would be my expectation.
https://code.woboq.org/qt5/qtbase/sr...NetworkRequest
Cheers,
_
Thanks again. I m wondering if this maximum number of 6 connections can be adjusted and how to do that? Will adjusting it being safe and does not risk breaking qtnewtork?
You'll have to check if the variable that gets initialized with the hard coded default count also appears in some setter somewhere.
If it does I am pretty sure that changing it doesn't impose any problems.
Changing the default and using a custom Qt version should also not be any problem.
Cheers,
_
Bookmarks