Re: [mono-android] Strip AndroidLibraryProjects

2012-06-26 Thread Tsukrov Stanislav
Thanks for your answer. I'm still observing another behaviour with 4.2.2. If I link "Sdk only", fat resources are there. "Sdk & user" strips everything properly. -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan

Re: [mono-android] Linger no effect

2012-08-29 Thread Tsukrov Stanislav
Hi! You need a server to test it. The code sends some "buy-buy" message AND closes the connection immediately. Linger(true, 5) gives the socket 5 seconds (aeons on WiFi) to send the data. The test fails, if no "buy-buy" data is received on server. That happens 1 time out of 3. If my descriptio

Re: [mono-android] Linger no effect

2012-08-29 Thread Tsukrov Stanislav
Sorry, John, by SetSocketOption or setting LingerState should work, regardless of broking Linger() method. Unfortunately, it's not the case. Best Regards Stas -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan P

Re: [mono-android] Linger no effect

2012-08-29 Thread Tsukrov Stanislav
One more note. I think, your implementation MUST linger with default socket lingerState for Close(). -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Mittwoch, 29. August 2012 17:05 To: Discussions r