[Mono-bugs] [Bug 694862] Synchronous Web-Service (.Net 2.0) call becomes stuck if more than 1 MB is to transmitted

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 26 05:56:56 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=694862

https://bugzilla.novell.com/show_bug.cgi?id=694862#c3


--- Comment #3 from Franz-Gerold Url <gerold.url at efm.at> 2011-07-26 09:56:55 UTC ---
It appears at WLAN too!

The C# Code for monotouch is easy. It's something like this:

TestWebS.Service1 myWebS = new TestWebS.Service1();
myWebS.Timeout = 50000;
try
{
    float v = 1024f*1024f*5f; 
    byte[] bigRetVal = myWebS.TestWsHugeReturnConfigurable(v); 
{
catch(Exception ex) { 
    Console.WriteLine(ex.StackTrace  + "\nMESSAGE: "  +  ex.Message);
}


Unfortunately our chief executive has security reservations to make our
WebServer public. So You have to write your own WebService, which only have to
send a byte-array back.

(In reply to comment #1)
> I wonder if the 3G network is falling asleep?
> 
> Do you have a test case for this?

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list