If network is unavailable and I'm doing post using QNetworkAccessManager
, it will not give me error. It just freezes.
Is it possible to detect this situation?
I can't use timeout because of sometimes I need to upload big files and timeout will break upload process in this case.