[mono-android] SocketError.TimedOut
Jonathan Pryor
jonp at xamarin.com
Wed Nov 30 11:16:10 EST 2011
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 of any GC issues wrt Sockets, and you don't mentioned any error stack traces and hangs such as [0], so I don't think that this is a GC issue, and as long as you're using armeabi-v7a (which you are) there shouldn't be any SMP-related issues, so all I can guess is that it's a local networking issue. :-/
Thanks,
- Jon
[0] http://stackoverflow.com/questions/8216855/monodroid-encoding-ascii-getstring-failing/8219159#8219159
More information about the Monodroid
mailing list