[Mono-bugs] [Bug 51208][Maj] Changed - can't invoke two web service methods

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 Nov 2003 15:38:27 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by james@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51208

--- shadow/51208	2003-11-26 15:22:32.000000000 -0500
+++ shadow/51208.tmp.30805	2003-11-26 15:38:27.000000000 -0500
@@ -261,6 +261,22 @@
 in <0x0006b> (wrapper remoting-invoke-with-check)
 System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
 (string,object[])
 in <0x0005e> .GlobalWeather:getWeatherReport (string)
 in <0x0007c> .Weather:Main (string[])
 
+
+------- Additional Comments From james@ximian.com  2003-11-26 15:38 -------
+from #mono:
+
+<snorp> lluis: yep
+<lluis> snorp: and that trace shows both calls?
+<snorp> lluis: yep
+<snorp> lluis: but just one response
+<lluis> All in the same window?
+<snorp> lluis: yep
+<snorp> lluis: hmm, so that means it is all happening on one connection
+<snorp> which seems bad
+<lluis> snorp: that means that it tries to send both messages using
+the same tcp connection
+...
+<lluis> in my test, it uses two connections