-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
4.7.1
-
None
-
Nokia 5230 / 5228
I'm using qt 4.7.1 for symbian. I'm having problems when I switch the profile to offline and then back online while my software is running (I'm doing this to test scenarios without network connection).
Scenario goes like this:
- Online profile
- Do network connections => ok
- Switch to offline profile
- Do network connections => fails as expected
- Switch to online profile
- Do network connections => fails when it should work
The error I get in QNetworkReply::errorString() is "Unable to initialize non-blocking socket".
I've attached a small test project that recreates this problem.