Open GoogleCodeExporter opened 9 years ago
I have some code to work around this issue. Maybe in next release.
Original comment by ChasC...@gmail.com
on 2 Feb 2011 at 8:31
For the timeout, I suggest to correct this line :
Version : 2.5.0
File : XmlRpcAsyncResult.cs
Class : XmlRpcAsyncResult
Method : internal WebResponse WaitForResponse()
Line : 250 --- AsyncWaitHandle.WaitOne();
Line : 250 +++ AsyncWaitHandle.WaitOne(ClientProtocol.Timeout);
Original comment by n...@pacaeo.com
on 13 Feb 2012 at 1:48
Original issue reported on code.google.com by
jcaradoc...@gmail.com
on 7 Jan 2011 at 9:18