Every so often, my app gets into a state where network requests always time
out, even if other apps work fine (and can even access the same sites). This
isn't obviously correlated with changes in network availability, and happens
both on 3G and over WiFi. The hang persists through backgrounding the app
and changing the network configuration; the only fix seems to be to kill the
app and re-launch it.

Any suggestions on how to diagnose the problem? Or any tricks other
than Runtime.StartWWAN() -- which doesn't do anything -- to try to kick the
network back to life?

I'm using HttpWebRequest, but I suspect the problem is lower-level.

-- 
David Moles
[email protected]
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to