Connection won't reset
-
Hello
My issue is as follows. I have a software that sends data to a server over soap using the QNetworkAccessManager (I create a QNetworkRequest, assign it and the content to the manager and assign this to a QNetworkReply).
Everything works fine under normal conditions, but if I disconnect the wifi and reconnect it i won't work though it reestablishes the wifi connection. If I issue a post command, nothing it will end up in a timeout... I repeat this in a loop and it always reaches the timeout. As soon as i restart the application everything works just fine...Do I somehow need to reset the network manager?
- Best regards
Richard
- Best regards