Skip Menu |

This queue is for tickets about the JSON-RPC CPAN distribution.

Report information
The Basics
Id: 52606
Status: open
Priority: 0/
Queue: JSON-RPC

People
Owner: Nobody in particular
Requestors: lawwton [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: TimeOut for JSON::RPC::Client Configurable
This is not a bug; but a feature request. Is it possible with the current implementation to make the JSON::RPC::Client timeout configurable? It seems like it's currently hard coded to 10 seconds. Thanks in advance, Alfredo
Any updates regarding this? Thanks in advance, Alfredo
On Mon Jan 11 16:03:13 2010, lawwton wrote: Show quoted text
> Any updates regarding this? > > Thanks in advance, > > Alfredo
It should be possible to modify the LWP::UserAgent via the provided accessor: $client->ua->timeout(20);
Subject: Re: [rt.cpan.org #52606] TimeOut for JSON::RPC::Client Configurable
Date: Wed, 13 Oct 2010 09:18:36 -0400
To: bug-JSON-RPC [...] rt.cpan.org
From: Alfredo Quiroga-Villamil <lawwton [...] gmail.com>
Tx, appreciate it. On Wed, Oct 13, 2010 at 4:05 AM, Dave Olszewski via RT <bug-JSON-RPC@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=52606 > > > On Mon Jan 11 16:03:13 2010, lawwton wrote:
>> Any updates regarding this? >> >> Thanks in advance, >> >> Alfredo
> > > It should be possible to modify the LWP::UserAgent via the provided > accessor: > > $client->ua->timeout(20); > >