> > alarm_adjust causes the alarm queue to go out of order (time-wise),
> > so alarms don't get delivered on time, and the alarm search fails
> > sooner or later.
>
> I'd like to fix this right away. Can you provide a small test case?
Here's how to reproduce the bug:
Install the UserAgent component 0.03, as well as LWP::Parallel 2.51
and LWP 2.53 or 2.52 (don't forget the latest POE version, too! :-)
In the component's UserAgent.pm, comment out the currently used
_pococ_ua_adjust_timeout method, and uncomment the one right below it.
Run the 02multi.t test script.
Kirill