ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Node.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Node.pm (file contents):
Revision 1.28 by root, Thu Aug 27 21:29:37 2009 UTC vs.
Revision 1.29 by root, Fri Aug 28 00:31:14 2009 UTC

119 0, 119 0,
120 sub { 120 sub {
121 $self->transport_error (transport_error => $self->{id}, "unable to connect"); 121 $self->transport_error (transport_error => $self->{id}, "unable to connect");
122 }; 122 };
123 123
124 return unless @addresses;
125
124 $AnyEvent::MP::Kernel::WARN->(9, "connecting to $self->{id} with [@addresses]"); 126 $AnyEvent::MP::Kernel::WARN->(9, "connecting to $self->{id} with [@addresses]");
125 return unless @addresses;
126 127
127 unless ($self->{connect_w}) { 128 unless ($self->{connect_w}) {
128 my @endpoints; 129 my @endpoints;
129 130
130 $self->{connect_w} = AE::timer 131 $self->{connect_w} = AE::timer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines