fix left over remote object hang bug
[scpubgit/Object-Remote.git] / lib / Object / Remote / Handle.pm
index 3a3bcc1..8b1bd31 100644 (file)
@@ -59,6 +59,7 @@ sub call {
   my ($self, $method, @args) = @_;
   my $w = wantarray;
   log_trace { my $def = defined $w ? 1 : 0; "call() has been invoked on a remote handle; wantarray: '$def'" };
+  
   $method = "start::${method}" if (caller(0)||'') eq 'start';
   future {
     $self->connection->send(call => $self->id, $w, $method, @args)