Re: [mono-android] SocketError.TimedOut

2011-12-08 Thread Jonathan Pryor
On Dec 8, 2011, at 5:40 AM, tsukrov wrote: >> Or are you testing on different devices with different Android versions, > and it only fails on the Acer A500 running Android v3.2? > > Yup. My co-worker allegedly could not reproduce the bug on Xoom with 3.1. > It's easy to reproduce by me. We have

Re: [mono-android] SocketError.TimedOut

2011-12-08 Thread tsukrov
> Or are you testing on different devices with different Android versions, and it only fails on the Acer A500 running Android v3.2? Yup. My co-worker allegedly could not reproduce the bug on Xoom with 3.1. It's easy to reproduce by me. Same WLAN network, same build. Need to investigate further

Re: [mono-android] SocketError.TimedOut

2011-12-07 Thread Jonathan Pryor
On Nov 25, 2011, at 8:23 AM, tsukrov wrote: > I'm receiving often a *SocketError.TimedOut* from *ReceiveAsync* in a > multi-threaded Mono App on Android 3.2. > Android 2.1 & Android 2.3 works fine. In re-reading this, I'm not sure I understand. Are you saying that when you build against TargetFra

Re: [mono-android] SocketError.TimedOut

2011-11-30 Thread tsukrov
Thanks for the answer. Nope, it's not a HTTP-connection. It's a custom socket connection. It's something like that (pseudo code): {... socket.Completed += OnRecv; socket.ReceiveAsync(); ..} void OnRecv(args) { if(args.SocketError != NoError) { HandleData(); socket.ReceiveAs

Re: [mono-android] SocketError.TimedOut

2011-11-30 Thread Jonathan Pryor
On Nov 28, 2011, at 6:41 AM, tsukrov wrote: > Acer A500 Android 3.2 - TimeOut Error after 5-10 seconds. No matter how > Socket was configured. > Is it a bug in Mono? > Or Acer Drivers? I would suggest that you try the same URL within Browser, and see how that works. If it's an https URL, it could

Re: [mono-android] SocketError.TimedOut

2011-11-30 Thread Jonathan Pryor
On Nov 25, 2011, at 8:23 AM, tsukrov wrote: > I'm receiving often a *SocketError.TimedOut* from *ReceiveAsync* in a > multi-threaded Mono App on Android 3.2. > Android 2.1 & Android 2.3 works fine. Have you tried opening the same URL from Browser? Does it load in Browser as well? I'm not aware o

Re: [mono-android] SocketError.TimedOut

2011-11-28 Thread tsukrov
Retested on Android 3.1 on Motorola Xoom - OK Acer A500 Android 3.2 - TimeOut Error after 5-10 seconds. No matter how Socket was configured. Is it a bug in Mono? Or Acer Drivers? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/SocketError-TimedOut-tp5022774p5028605

[mono-android] SocketError.TimedOut

2011-11-25 Thread tsukrov
Hi! I'm receiving often a *SocketError.TimedOut* from *ReceiveAsync* in a multi-threaded Mono App on Android 3.2. Android 2.1 & Android 2.3 works fine. I link armeabi-7va. Can it be something connected to runtime multi-threading issues? -- View this message in context: http://mono-for-android