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, 31 Jan 2013 19:41:52 +0000 (11:41 -0800)
commitf8080c1c188fa6c4589ffcad8793e0cf7a8d4bdb
treeb12dc9dd6bae72cee5c56febd1164a5d3b59b666
parent7790ca36241acfa9379cb2b89b68c9f4b0da2371
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