Interesting question. I think it's all been on dev or ad-hoc builds, though not always debug binaries.
On Mon, Jul 11, 2011 at 4:16 PM, Tiago Reis <[email protected]>wrote: > Do you see that in release builds? > > I'm asking because some times on debug builds that happens with my app but > it never happens on release builds. > > > On Mon, Jul 11, 2011 at 10:58 PM, David Moles <[email protected]>wrote: > >> FWIW, Reachability seems to think the network is still available, even >> when all my requests are timing out. Calling RunTime.StartWWAN() doesn't >> seem to fix things either. >> >> On Wed, Jul 6, 2011 at 1:15 AM, Nic Wise <[email protected]> wrote: >> >>> There was something a while back about the .NET network controls (eg >>> WebClient) using sockets, not the NSxxxx versions. the NS ones trip a >>> timer, which keeps the network open, otherwise it times out. >>> >>> Have a look on monotouch.net or github for the reachability stuff - I >>> think thats uses the NS stuff to work out if the remote network is >>> available. That should keep it alive. >>> >>> In most circumstances, timeouts are good. >>> >>> On Wed, Jul 6, 2011 at 01:25, David Moles <[email protected]> >>> wrote: >>> > It looks like if you let the phone sit for a while (ca. 10 minutes?), >>> it >>> > eventually straightens itself out. >>> > >>> > On Tue, Jul 5, 2011 at 5:14 PM, David Moles <[email protected]> >>> > wrote: >>> >> >>> >> 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] >>> > >>> > >>> > >>> > -- >>> > David Moles >>> > [email protected] >>> > >>> > _______________________________________________ >>> > MonoTouch mailing list >>> > [email protected] >>> > http://lists.ximian.com/mailman/listinfo/monotouch >>> > >>> > >>> >>> >>> >>> -- >>> Nic Wise >>> t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise >>> b. http://www.fastchicken.co.nz/ >>> >>> mobileAgent (for FreeAgent): get your accounts in your pocket. >>> http://goo.gl/IuBU >>> Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa >>> London Bike App: Find the nearest Boris Bike, and get riding! >>> http://goo.gl/Icp2 >>> _______________________________________________ >>> MonoTouch mailing list >>> [email protected] >>> http://lists.ximian.com/mailman/listinfo/monotouch >>> >> >> >> >> -- >> David Moles >> [email protected] >> >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> >> > > > -- > Tiago Reis > > www.cardmobili.com > [email protected] > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > -- David Moles [email protected]
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
