Net-UCP - Re: Net::UCP Problem with timeout

Posted on Tue Oct 14 18:38:33 2008 by robiwan in response to 8873 (See the whole thread of 2)
Re: Net::UCP Problem with timeout
Net::UCP Module Version: 0.38

Watch out UCP.pm line 91and line 150: Replace in both lines:
$timeout = $self->{TIMEOUT_OBJ}->timeout(); # false
to
$timeout = $self->{TIMEOUT_OBJ}->get(); # correct
Write a response