Re: [mono-android] HTTP issues

2011-08-05 Thread Jonathan Pryor
On Aug 5, 2011, at 4:44 PM, Tim Kelly wrote: > I do see these messages in the log once in a while too: > > 08-05 20:42:28.872: DEBUG/SntpClient(59): request time failed: > java.net.SocketException: Address family not supported by protocol That's not directly related to Mono for Android: the proce

Re: [mono-android] HTTP issues

2011-08-05 Thread Tim Kelly
...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Friday, August 05, 2011 4:34 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] HTTP issues On Aug 5, 2011, at 4:30 PM, Tim Kelly wrote: > Ok, I just got back to this. After a clean install 'wipe' the same > behavior

Re: [mono-android] HTTP issues

2011-08-05 Thread Tim Kelly
m] On Behalf Of Jonathan Pryor Sent: Friday, August 05, 2011 4:34 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] HTTP issues On Aug 5, 2011, at 4:30 PM, Tim Kelly wrote: > Ok, I just got back to this. After a clean install 'wipe' the same > behavior occurs

Re: [mono-android] HTTP issues

2011-08-05 Thread Jonathan Pryor
On Aug 5, 2011, at 4:30 PM, Tim Kelly wrote: > Ok, I just got back to this. After a clean install 'wipe' the same > behavior occurs. In the emulator, I always have a network connection so > there's no reason to check if one is available. This is counter to my experience with the emulator, in whi

Re: [mono-android] HTTP issues

2011-08-05 Thread Tim Kelly
is it is constantly inconsistent. -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Friday, August 05, 2011 12:03 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] HTTP issues O

Re: [mono-android] HTTP issues

2011-08-05 Thread Jonathan Pryor
On Aug 5, 2011, at 12:41 PM, Tim Kelly wrote: > But during testing, I shouldn't have an issue. Again, in my experience ~1/3-1/2 of the times I start up the Android emulator, the emulator doesn't have internet connectivity. I haven't tried to figure out why. - Jon _

Re: [mono-android] HTTP issues

2011-08-05 Thread Tim Kelly
an.com] On Behalf Of Jonathan Pryor Sent: Friday, August 05, 2011 12:03 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] HTTP issues On Aug 5, 2011, at 11:31 AM, Tim Kelly wrote: > However, during on C# testing, this attached routine is called every minute and after a

Re: [mono-android] HTTP issues

2011-08-05 Thread Jonathan Pryor
On Aug 5, 2011, at 11:31 AM, Tim Kelly wrote: > However, during on C# testing, this attached routine is called every minute > and after a short period of time it causes the networking in the emulator to > stop requiring a reboot. > > We've determined nothing from the logs other than it seems

[mono-android] HTTP issues

2011-08-05 Thread Tim Kelly
FYI, not sure if this will happen in production. But, we cannot get webRequest to work in a loop after several iterations. Our business requirement is to post/get sales data on an hourly (or some interval) keeping a local cache. Also, to check for version updates. We've scrapped SOAP and devel