fix bug where dead connections would not execute cleanup code; add in repeating timer...
authorTyler Riddle <t.riddle@shadowcat.co.uk>
Thu, 27 Sep 2012 01:47:42 +0000 (18:47 -0700)
committerTyler Riddle <t.riddle@shadowcat.co.uk>
Thu, 27 Sep 2012 01:47:42 +0000 (18:47 -0700)
commit8ed52376449557c259a4dd35c81a07f7b8e051fc
treed28e019974b13a41ee980d39cda1b6179816d867
parentb51a8453354ea19e42ea2a09234b1c9d1eb8ca67
fix bug where dead connections would not execute cleanup code; add in repeating timers; handle SIGPIPE more gracefully
lib/Object/Remote/Connection.pm
lib/Object/Remote/MiniLoop.pm
lib/Object/Remote/ReadChannel.pm
lib/Object/Remote/Role/Connector.pm
lib/Object/Remote/Role/Connector/PerlInterpreter.pm