X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FMiniLoop.pm;h=9686bde3e76cc4c7a4671e8123e6a15628c2351d;hp=ee1f54469a5a4b1659b6b92b5570ed9c1503668b;hb=1c0c66a20d5841376ee26a026f5d6593b8fe6f0d;hpb=67028d62e9e368d475e3381d134ffe01b40c3561 diff --git a/lib/Object/Remote/MiniLoop.pm b/lib/Object/Remote/MiniLoop.pm index ee1f544..9686bde 100644 --- a/lib/Object/Remote/MiniLoop.pm +++ b/lib/Object/Remote/MiniLoop.pm @@ -180,6 +180,7 @@ sub loop_once { last; } + #moving the timers above the read() section exposes a deadlock log_trace { "Read from $read_count filehandles; wrote to $write_count filehandles" }; my $timers = $self->_timers; my $now = time();