Home » U++ Library support » U++ Core » [Solved]XML Rpc client will halt when server is not running
Re: XML Rpc client will halt when server is not running [message #36624 is a reply to message #36620] |
Thu, 21 June 2012 17:16  |
kasome
Messages: 78 Registered: July 2008 Location: Taiwan
|
Member |
|
|
i try the latest u++ r5074, and it works well now, not halt anymore.
but i still can't use Timeout nor RequestTimeout, i.e.
XmlRpcRequest call( "127.0.0.1:1234" );
call.Timeout(1000); // VS2005 compile error
call.RequestTimeout(1000); // VS2005 compile error
because XmlRpcRequest is private inheritance from HttpRequest,
how about change
class XmlRpcReques : HttpRequest
to
class XmlRpcReques : public HttpRequest ?
and thanks.
[Updated on: Sun, 24 June 2012 04:30] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Wed Aug 27 15:48:17 CEST 2025
Total time taken to generate the page: 0.06251 seconds
|