Bugzilla – Bug 313480
Hangs on accessing MS.NET webservice
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by yraykar@hotmail.com 2004-01-03 08:34:38 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: When a method is calling more than one or same webservice methods more than once the application gets hanged. The web service completes and sends back the execution and the result. The service even returns back. The application still waits. It throws an exception if the time out is set. If the timeout is not set it simply hangs for unknown reason. The same works fine on .net framework. When tried to call same method in loop for 10 times, it gets hanged again after returning value for 5 or 6 times. The same goes on .Net framework untill the loop ends. Steps to reproduce the problem: 1. Access the nasdaq webservice for 10 times in a loop 2. Develop a webservice which returns the server time and call it in a loop for 10 times. 3. Actual Results: Gets hung Expected Results: Should return the value from the webservice as many times the web method is called. How often does this happen? Always Additional Information: ---- Additional Comments From gonzalo@ximian.com 2004-01-03 11:10:01 MST ---- Which version of mono are you using? Can you reproduce the bug with CVS? Can we get a simple test case? ---- Additional Comments From lluis@ximian.com 2004-01-12 18:22:50 MST ---- This should be fixed now in CVS.